diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-23 10:55:07 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-23 10:55:07 +0000 |
commit | 716d5b2beb2950fb8fb81131b2ac95bb90f897aa (patch) | |
tree | 0c54581ce57063c6fb1fa713e4453def58d9b341 /app-arch/unrar/unrar-3.3.6.ebuild | |
parent | fix amd64 dep and also fix configure flag passing in src_compile for amd64 (M... (diff) | |
download | gentoo-2-716d5b2beb2950fb8fb81131b2ac95bb90f897aa.tar.gz gentoo-2-716d5b2beb2950fb8fb81131b2ac95bb90f897aa.tar.bz2 gentoo-2-716d5b2beb2950fb8fb81131b2ac95bb90f897aa.zip |
Version bump and x86 unmask
Diffstat (limited to 'app-arch/unrar/unrar-3.3.6.ebuild')
-rw-r--r-- | app-arch/unrar/unrar-3.3.6.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-arch/unrar/unrar-3.3.6.ebuild b/app-arch/unrar/unrar-3.3.6.ebuild new file mode 100644 index 000000000000..8d42a819ed01 --- /dev/null +++ b/app-arch/unrar/unrar-3.3.6.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.3.6.ebuild,v 1.1 2004/03/23 10:55:07 aliz Exp $ + +IUSE="" + +inherit eutils + +MY_PN=${PN}src +S=${WORKDIR}/unrar +DESCRIPTION="Uncompress rar files" +SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz" +HOMEPAGE="http://www.rarlab.com/rar_add.htm" + +SLOT="0" +LICENSE="unRAR" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" + +DEPEND="" + +src_compile() { + emake -f makefile.unix CXXFLAGS="$CXXFLAGS" || die +} + +src_install() { + dobin unrar + dodoc readme.txt license.txt +} |