# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.93.ebuild,v 1.1 2005/11/05 07:56:20 matsuu Exp $ MY_P="${P}-src" DESCRIPTION="Ultimate Packer for eXecutables" HOMEPAGE="http://upx.sourceforge.net/" SRC_URI="http://upx.sourceforge.net/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~s390 ~x86 ~amd64" IUSE="" RESTRICT="nostrip" DEPEND="!app-arch/upx-ucl >=dev-libs/ucl-1.03" S="${WORKDIR}/upx-2.02-src/src" src_install() { # Let's compile the source and make sure the documentation does something usefull into /opt mv upx.out upx dobin upx || die cd ../doc make doman upx.1 dodoc upx.doc dohtml upx.html cd .. dodoc BUGS NEWS README* THANKS TODO }