# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit eutils DESCRIPTION="Extracts SSI packages used by Duke Nukem 3D expansion packs" HOMEPAGE="http://www.jonof.id.au/misc" SRC_URI="http://static.jonof.id.au/dl/unpackssi.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="" DEPEND="app-arch/unzip" RDEPEND="" src_prepare() { # Fix binary filename sed -e 's/\.exe//' -i Makefile || die "sed bin name fix failed" } src_install() { dobin ${PN} dodoc readme.txt }