diff options
author | 2002-12-23 07:13:59 +0000 | |
---|---|---|
committer | 2002-12-23 07:13:59 +0000 | |
commit | 353ad550cd0dd29788abc9038ef594425911bcc9 (patch) | |
tree | 7187b9a9801179efdac6fde57cf23e9c441a9f0b /app-arch/upx/upx-1.24.ebuild | |
parent | emerge should no longer strip the binary. Currently marked unstable. (diff) | |
download | gentoo-2-353ad550cd0dd29788abc9038ef594425911bcc9.tar.gz gentoo-2-353ad550cd0dd29788abc9038ef594425911bcc9.tar.bz2 gentoo-2-353ad550cd0dd29788abc9038ef594425911bcc9.zip |
Version bump.
Diffstat (limited to 'app-arch/upx/upx-1.24.ebuild')
-rw-r--r-- | app-arch/upx/upx-1.24.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-arch/upx/upx-1.24.ebuild b/app-arch/upx/upx-1.24.ebuild new file mode 100644 index 000000000000..76df4a87d065 --- /dev/null +++ b/app-arch/upx/upx-1.24.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.24.ebuild,v 1.1 2002/12/23 07:13:59 raker Exp $ + +S=${WORKDIR}/${P}-linux +DESCRIPTION="upx is the Ultimate Packer for eXecutables." +SRC_URI="http://upx.sourceforge.net/download/${P}-linux.tar.gz" +HOMEPAGE="http://upx.sourceforge.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +RESTRICT="nostrip" + +src_install() { + #the pre-compiled version works on gcc-3.2 systems; source version won't compile. + dobin upx + doman upx.1 + dodoc upx.doc upx.html BUGS COPYING LICENSE NEWS README THANKS +} |