Magellan Linux

Contents of /branches/R11-unstable/extras/cvs/cvs-1.11.23-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25165 - (show annotations) (download)
Tue Nov 25 03:09:37 2014 UTC (9 years, 5 months ago) by niro
File size: 865 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="cvs"
4 PVER="1.11.23"
5 PBUILD="r4"
6
7 PCAT="dev-util"
8
9 DESCRIPTION="CVS - Concurrent Versions System."
10 HOMEPAGE="http://ximbiot.com/cvs/wiki/"
11
12 DEPEND=">= virtual/glibc
13 >= sys-libs/zlib-1.2.5"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19 msetfeature "!check"
20
21 SRC_URI=(
22 gnu://non-gnu/${PNAME}/source/stable/${PVER}/${SRCFILE}
23 gnu://non-gnu/${PNAME}/source/nightly-snapshots/stable/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${PNAME}-${PVER}-getline64.patch
26 )
27
28 UP2URI="http://ftp.gnu.org/non-gnu/cvs/source/stable"
29 UP2DATE="updatecmd ${UP2URI}/\$(updatecmd ${UP2URI} | grep '.*\[.*\][0-9]..*/' | sed -n 's/.*\[.*\]\([0-9].*\)\/.*/\1/;$ p')/ | lasttarball"
30
31 src_prepare()
32 {
33 munpack ${SRCFILE} || die
34 cd ${SRCDIR}
35
36 # fix builts on x86_64
37 mpatch ${PNAME}-${PVER}-getline64.patch || die
38 }