Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 558 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/cvs2cl/cvs2cl-2.67-r1.smage2,v 1.1 2008/08/11 16:19:44 niro Exp $
2
3 PNAME="cvs2cl"
4 PVER="2.67"
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 src_install()
23 {
24 # needed directories
25 minstalldir /usr/bin || die
26 minstallexec -s ${SRCFILE} /usr/bin/${PNAME} || die
27 }

Properties

Name Value
svn:keywords Id