# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.1.3.ebuild,v 1.1 2003/03/29 15:49:35 mholzer Exp $ MY_P=${PN}src S=${WORKDIR}/${PN} DESCRIPTION="Uncompress rar files" SRC_URI="http://www.rarlab.com/rar/${MY_P}-${PV}.tar.gz" HOMEPAGE="http://www.rarlab.com/rar_add.htm" SLOT="0" LICENSE="unRAR" KEYWORDS="x86 ppc sparc alpha" DEPEND="" src_compile() { #cp ${FILESDIR}/unrar-3.00-rartypes.hpp rartypes.hpp make -f makefile.unix || die } src_install() { dobin unrar dodoc readme.txt license.txt }