summaryrefslogtreecommitdiff
blob: 097afe1f038c3694e10ad8cb0f7dd20c4a660a89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.2.0.ebuild,v 1.3 2004/01/02 18:47:53 aliz Exp $

S=${WORKDIR}/${PN}
MY_P=${PN}linux-${PV}
DESCRIPTION="RAR compressor/uncompressor"
SRC_URI="http://www.rarlab.com/rar/${MY_P}.tar.gz"
HOMEPAGE="http://www.rarsoft.com/"

SLOT="0"
LICENSE="RAR"
KEYWORDS="~x86 ~amd64 -ppc -sparc -alpha"

RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs )"

src_install() {
	dodir /opt/${PN} /opt/${PN}/{bin,etc,lib}

	exeinto /opt/${PN}/bin
	doexe rar unrar
	insinto /opt/${PN}/lib
	doins default.sfx
	insinto /opt/${PN}/etc
	doins rarfiles.lst

	dodoc *.{txt,diz}

	dodir /opt/bin
	dosym /opt/${PN}/bin/rar /opt/bin/rar
	dosym /opt/${PN}/bin/unrar /opt/bin/unrar
}