# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Per Wigren # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.5 2002/04/29 22:56:53 sandymac Exp S=${WORKDIR}/rar DESCRIPTION="RAR archiver" SRC_URI="http://www.rarlab.com/rar/rarlinux-3.0.b7.tar.gz" HOMEPAGE="http://www.rarlabs.com" LICENSE="Proprietary" DEPEND="" src_install () { dobin rar unrar dolib default.sfx insinto /etc ; doins rarfiles.lst dodoc file_id.diz license.txt order.txt rar.txt rar_faq.txt rar_site.txt dodoc readme.txt register.txt rereg.txt technote.txt whatsnew.txt }