Magellan Linux

Contents of /trunk/extras/cln/cln-1.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4928 - (show annotations) (download)
Tue Feb 16 20:47:45 2010 UTC (14 years, 3 months ago) by niro
File size: 579 byte(s)
auto added: ver bump to 1.3.1-r1
1 # $Id$
2
3 PNAME="cln"
4 PVER="1.3.1"
5 PBUILD="r1"
6
7 PCATEGORIE="sci-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Class library (C++) for numbers"
11 HOMEPAGE="http://www.ginac.de/CLN/"
12
13 DEPEND=">= dev-libs/gmp-4.3"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://www.ginac.de/CLN/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31
32 # do not build any examples
33 sed -i '/^SUBDIRS.*=/s/examples doc benchmarks/doc/' Makefile.in || die
34 }

Properties

Name Value
svn:keywords Id