summaryrefslogtreecommitdiff
blob: 092e649ce884dd8409ea515152dccfe561ef243e (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild,v 1.2 2005/01/01 12:00:50 eradicator Exp $

inherit eutils
DESCRIPTION="Free rar unpacker"
HOMEPAGE="http://ftp.debian.org/debian/pool/main/u/unrar/"
SRC_URI="mirror://debian/pool/main/u/unrar/unrar_${PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="!app-arch/unrar"
S=${WORKDIR}/unrar-${PV}

src_compile() {
	econf || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	einstall || die
	dodoc AUTHORS README INSTALL todo
}