Magellan Linux

Contents of /trunk/core/libpcre/libpcre-7.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 415 - (show annotations) (download)
Thu Dec 25 00:55:47 2008 UTC (15 years, 5 months ago) by niro
File size: 781 byte(s)
-ver bump to 7.8-r1
1 # $Header: /magellan-cvs/smage/libpcre/libpcre-7.6-r2.smage2,v 1.1 2008/04/03 12:28:22 niro Exp $
2
3 PNAME="libpcre"
4 PVER="7.8"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="PCRE - Perl Compatible Regular Expressions."
11 HOMEPAGE="http://www.pcre.org/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME/lib/}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME/lib/}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ | lasttarball"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 export CFLAGS="${CFLAGS} -fPIC"
32 export CXXFLAGS="${CFLAGS}"
33
34 mconfigure --enable-utf8 || die
35
36 # does not like optimations > -j1
37 mmake -j1 || die
38 }

Properties

Name Value
svn:keywords Id