summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/upx/upx-1.23.ebuild')
-rw-r--r--app-arch/upx/upx-1.23.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-arch/upx/upx-1.23.ebuild b/app-arch/upx/upx-1.23.ebuild
new file mode 100644
index 000000000000..395fb8b4bfb0
--- /dev/null
+++ b/app-arch/upx/upx-1.23.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+
+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"
+
+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
+}