Magellan Linux

Contents of /trunk/extras/cvs2cl/cvs2cl-2.72-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5122 - (show annotations) (download)
Sun Mar 7 19:27:45 2010 UTC (14 years, 2 months ago) by niro
File size: 572 byte(s)
auto added: ver bump to 2.72-r1
1 # $Id$
2
3 PNAME="cvs2cl"
4 PVER="2.72"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-util"
8 STATE="unstable"
9
10 DESCRIPTION="cvs2cl produces gnu-style changelogs from cvs-logs."
11 HOMEPAGE="http://www.red-bean.com/cvs2cl/"
12
13 DEPEND=">= dev-lang/perl-5"
14
15 SRCFILE="${PNAME}-${PVER}.pl"
16 SRCDIR="${BUILDDIR}/cvs2cl"
17
18 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
19
20 sminclude mtools
21
22 UP2DATE="updatecmd ${HOMEPAGE}/cvs2cl.pl | grep '\#\# \$Revision:' | sed 's/.*:\ \([0-9].*\)\ .*/\1/'"
23
24 src_install()
25 {
26 # needed directories
27 minstalldir /usr/bin || die
28 minstallexec -s ${SRCFILE} /usr/bin/${PNAME} || die
29 }

Properties

Name Value
svn:keywords Id