diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-04-17 08:19:57 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-04-17 08:19:57 +0000 |
commit | 8d23eec43b957ddb7aa507b3d6ebb8e93637293b (patch) | |
tree | 8c16dccd8edb52b8e8ae5c8b0519cf49ed9d4fa7 /app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417.ebuild | |
parent | Version bump to ProFTPd 1.3.1. (diff) | |
download | gentoo-2-8d23eec43b957ddb7aa507b3d6ebb8e93637293b.tar.gz gentoo-2-8d23eec43b957ddb7aa507b3d6ebb8e93637293b.tar.bz2 gentoo-2-8d23eec43b957ddb7aa507b3d6ebb8e93637293b.zip |
unrar new snapshot
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417.ebuild')
-rw-r--r-- | app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417.ebuild b/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417.ebuild new file mode 100644 index 000000000000..386f567a57e9 --- /dev/null +++ b/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 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_p20080417.ebuild,v 1.1 2008/04/17 08:19:57 hanno Exp $ + +DESCRIPTION="Free rar unpacker" +HOMEPAGE="http://home.gna.org/unrar/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="!app-arch/unrar" +S="${WORKDIR}/${PN/-gpl}" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "install failed" + dodoc AUTHORS README || die "dodoc failed" +} |