# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Perl Bibliography Package (from sixpack project)" HOMEPAGE="http://www.ecst.csuchico.edu/~jacobsd/bib/bp/index.html http://sourceforge.net/projects/sixpack/" # This is a slightly modified version from the sixpack project: SRC_URI="http://ovh.dl.sourceforge.net/sourceforge/sixpack/perl-bp.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/perl-4.036" S=${WORKDIR}/perl-bp src_install() { make RPM_BUILD_ROOT=${D} install || die }