summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-11-04 21:37:40 +0000
committerNick Hadaway <raker@gentoo.org>2002-11-04 21:37:40 +0000
commitef9c6e214f0900155f2a016705e97c14c9a47fdc (patch)
tree511412125dcab464eb9319d208929153fb8e78aa /app-arch/unarj/unarj-2.63a-r1.ebuild
parentRemoved moved files (diff)
downloadhistorical-ef9c6e214f0900155f2a016705e97c14c9a47fdc.tar.gz
historical-ef9c6e214f0900155f2a016705e97c14c9a47fdc.tar.bz2
historical-ef9c6e214f0900155f2a016705e97c14c9a47fdc.zip
Updated ebuild to install unarj in /usr/bin instead of a non-executable
file in /opt/bin. Also added IUSE=""
Diffstat (limited to 'app-arch/unarj/unarj-2.63a-r1.ebuild')
-rw-r--r--app-arch/unarj/unarj-2.63a-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-arch/unarj/unarj-2.63a-r1.ebuild b/app-arch/unarj/unarj-2.63a-r1.ebuild
new file mode 100644
index 000000000000..aa908730ee0d
--- /dev/null
+++ b/app-arch/unarj/unarj-2.63a-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unarj/unarj-2.63a-r1.ebuild,v 1.1 2002/11/04 21:37:40 raker Exp $
+
+IUSE=""
+
+DESCRIPTION="Utility for opening arj archives."
+HOMEPAGE="http://ibiblio.org/pub/Linux/utils/compress/"
+SRC_URI="http://ibiblio.org/pub/Linux/utils/compress/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="arj"
+KEYWORDS="x86 ppc sparc sparc64"
+
+DEPEND=">=sys-apps/baselayout-1.8.0"
+
+src_compile () {
+ emake || die
+}
+
+src_install () {
+ dobin unarj
+ dodoc unarj.txt technote.txt readme.txt
+}