# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Statifier creates one file from dynamically linked executables and all its libraries." SRC_URI="http://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${P}.tar.gz" HOMEPAGE="http://statifier.sourceforge.net/" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" IUSE="" RDEPEND="sys-apps/gawk app-shells/bash sys-apps/coreutils" src_install() { emake DESTDIR="${D}" install || die "Install failed" dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO || die }