summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2006-09-07 23:25:41 +0000
committerSteve Dibb <beandog@gentoo.org>2006-09-07 23:25:41 +0000
commite82b1459b662f09fdf8d16bb1810075fb38d5492 (patch)
tree3b1b6fb100003a4b23b7f0eeeef04bc0fa3bc4bd /app-arch/rar/rar-3.6.0.ebuild
parentsnack use flag removed (diff)
downloadgentoo-2-e82b1459b662f09fdf8d16bb1810075fb38d5492.tar.gz
gentoo-2-e82b1459b662f09fdf8d16bb1810075fb38d5492.tar.bz2
gentoo-2-e82b1459b662f09fdf8d16bb1810075fb38d5492.zip
Version bump, metadata cleanup
(Portage version: 2.1-r2)
Diffstat (limited to 'app-arch/rar/rar-3.6.0.ebuild')
-rw-r--r--app-arch/rar/rar-3.6.0.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/app-arch/rar/rar-3.6.0.ebuild b/app-arch/rar/rar-3.6.0.ebuild
new file mode 100644
index 000000000000..640fac8c57eb
--- /dev/null
+++ b/app-arch/rar/rar-3.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.6.0.ebuild,v 1.1 2006/09/07 23:25:41 beandog Exp $
+
+DESCRIPTION="RAR compressor/uncompressor"
+HOMEPAGE="http://www.rarsoft.com/"
+SRC_URI="http://www.rarlab.com/rar/rarlinux-${PV}.tar.gz"
+
+LICENSE="RAR"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RESTRICT="nostrip"
+
+RDEPEND="sys-libs/glibc amd64? ( app-emulation/emul-linux-x86-baselibs )"
+
+S="${WORKDIR}/${PN}"
+
+src_compile() { :; }
+
+src_install() {
+ into /opt/rar
+ dobin rar unrar || die "dobin rar unrar"
+ insinto /opt/rar/lib
+ doins default.sfx || die "default.sfx"
+ insinto /opt/rar/etc
+ doins rarfiles.lst || die "rarfiles.lst"
+ dodoc *.{txt,diz}
+ dodir /opt/bin
+ dosym /opt/rar/bin/rar /opt/bin/rar
+ dosym /opt/rar/bin/unrar /opt/bin/unrar
+}