summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2002-01-27 07:31:04 +0000
committerBruce A. Locke <blocke@gentoo.org>2002-01-27 07:31:04 +0000
commit5a043014c5cb02ba84b69b47ba08b2f02ccf73b5 (patch)
tree270679a4a9fd315b4eef501facef02f2a6e09571 /app-arch/rar
parentmove bsdsfv to correct catagory (diff)
downloadgentoo-2-5a043014c5cb02ba84b69b47ba08b2f02ccf73b5.tar.gz
gentoo-2-5a043014c5cb02ba84b69b47ba08b2f02ccf73b5.tar.bz2
gentoo-2-5a043014c5cb02ba84b69b47ba08b2f02ccf73b5.zip
rar 2.90 ebuild submitted by ceed@xrc.de (Christian Rubbert)
Diffstat (limited to 'app-arch/rar')
-rw-r--r--app-arch/rar/files/digest-rar-2.901
-rw-r--r--app-arch/rar/rar-2.90.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/app-arch/rar/files/digest-rar-2.90 b/app-arch/rar/files/digest-rar-2.90
new file mode 100644
index 000000000000..b74def435fab
--- /dev/null
+++ b/app-arch/rar/files/digest-rar-2.90
@@ -0,0 +1 @@
+MD5 88f1b2dfc78b74ae4c381f1e1caca80d rarlnx29.sfx 217088
diff --git a/app-arch/rar/rar-2.90.ebuild b/app-arch/rar/rar-2.90.ebuild
new file mode 100644
index 000000000000..96650aeffcba
--- /dev/null
+++ b/app-arch/rar/rar-2.90.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Christian Rubbert <crubb@xrc.de>
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-2.90.ebuild,v 1.1 2002/01/27 07:31:04 blocke Exp $
+
+S=${WORKDIR}/rar
+DESCRIPTION="rar compressor/uncompressor"
+SRC_URI="ftp://ftp.elf.stuba.sk/pub/pc/pack/rarlnx29.sfx"
+HOMEPAGE="ftp://ftp.elf.stuba.sk/pub/pc/pack"
+
+DEPEND="virtual/glibc"
+RDEPEND="virtual/glibc"
+# Might be more depends... probably not, though
+
+src_unpack() {
+ cp ${DISTDIR}/${A} ${WORKDIR}
+ chmod 0755 ${WORKDIR}/${A}
+ ${WORKDIR}/${A}
+ rm ${WORKDIR}/${A}
+}
+
+src_compile() {
+ echo ">>> Nothing to compile..."
+}
+
+src_install() {
+ dobin rar unrar
+ dodoc *.txt
+}