diff options
author | Hanno Boeck <hanno@gentoo.org> | 2004-12-13 12:09:22 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2004-12-13 12:09:22 +0000 |
commit | 789ad0aed6f431593b5c85a59b29ae8a4b737ca6 (patch) | |
tree | bfde624d553532b1c228b6245c871a01b818e98d /app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild | |
parent | ppc stable as per bug #70825. (diff) | |
download | historical-789ad0aed6f431593b5c85a59b29ae8a4b737ca6.tar.gz historical-789ad0aed6f431593b5c85a59b29ae8a4b737ca6.tar.bz2 historical-789ad0aed6f431593b5c85a59b29ae8a4b737ca6.zip |
added gpl-version of unrar
Diffstat (limited to 'app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild')
-rw-r--r-- | app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild b/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild new file mode 100644 index 000000000000..f3cfafa2a428 --- /dev/null +++ b/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 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.1 2004/12/13 12:09:22 hanno 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 +} |