# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-arch/par2cmdline/par2cmdline-0.4.ebuild,v 1.1 2004/05/17 06:39:32 robbat2 Exp $ DESCRIPTION="A PAR-2.0 file verification and repair tool" HOMEPAGE="http://parchive.sourceforge.net/" SRC_URI="mirror://sourceforge/parchive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="" src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-wildcard-fix.patch } src_compile() { econf || die emake || die } src_install() { einstall || die local DOCLIST="AUTHORS INSTALL COPYING ChangeLog NEWS PORTING README ROADMAP" chmod -x ${DOCLIST} dodoc ${DOCLIST} } pkg_postinst() { einfo "Use ( archive) to create PAR2 archive" einfo "Use ( archive) to verify PAR2 archive" einfo "Use ( archive) to repair PAR2 archive" }