# $Header: /magellan-cvs/smage/cvs2cl/cvs2cl-2.67-r1.smage2,v 1.1 2008/08/11 16:19:44 niro Exp $ PNAME="cvs2cl" PVER="2.67" PBUILD="r1" PCATEGORIE="dev-util" STATE="unstable" DESCRIPTION="cvs2cl produces gnu-style changelogs from cvs-logs." HOMEPAGE="http://www.red-bean.com/cvs2cl/" DEPEND=">= dev-lang/perl-5" SRCFILE="${PNAME}-${PVER}.pl" SRCDIR="${BUILDDIR}/cvs2cl" SRC_URI=( mirror://${PNAME}/${SRCFILE} ) sminclude mtools src_install() { # needed directories minstalldir /usr/bin || die minstallexec -s ${SRCFILE} /usr/bin/${PNAME} || die }