# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="PowerPacker, XPK SQSH, and MMCMP decompressor tool" HOMEPAGE="http://freshmeat.net/projects/amigadepacker" SRC_URI="http://zakalwe.virtuaalipalvelin.net/~shd/foss/amigadepacker/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="virtual/libc" src_compile() { cd ${S} ./configure --prefix=/usr --package-prefix="${D}" \ || die "configure failed" emake || die "emake failed" } src_install() { make install || die "make install failed" dodoc COPYING COPYING.GPL ChangeLog amigadepacker.1 }