# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit eutils toolchain-funcs DESCRIPTION="Alcohol 120% bin image to ISO image file converter" HOMEPAGE="http://mdf2iso.berlios.de/" SRC_URI="http://deb.debian.org/debian/pool/main/m/mdf2iso/mdf2iso_0.3.1.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="virtual/libc" S=${WORKDIR}/${PN} src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-bigfiles.patch } src_install() { dodoc ChangeLog dobin src/${PN} || die "dobin failed" }