Magellan Linux

Contents of /trunk/core/apr/apr-1.3.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3549 - (show annotations) (download)
Mon Oct 26 11:35:55 2009 UTC (14 years, 6 months ago) by niro
File size: 781 byte(s)
auto added: ver bump to 1.3.9-r1
1 # $Id$
2
3 PNAME="apr"
4 PVER="1.3.9"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="APR - Apache Portable Runtime library."
11 HOMEPAGE="http://apr.apache.org/"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://archive.apache.org/dist/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://archive.apache.org/dist/${PNAME}/ | grep ${PNAME}-[0-9] | lasttarball"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure \
32 --datadir=/usr/share/apr-${PVER:0:1} \
33 --includedir=/usr/include/apr-${PVER:0:1} \
34 --with-installbuilddir=/usr/$(mlibdir)/apr-${PVER:0:1}/build \
35 --with-devrandom=/dev/urandom \
36 --enable-threads \
37 --enable-nonportable-atomics \
38 || die
39
40 mmake || die
41 }

Properties

Name Value
svn:keywords Id