Magellan Linux

Contents of /trunk/core/apr/apr-1.2.12-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 229 - (show annotations) (download)
Wed Oct 15 22:20:40 2008 UTC (15 years, 7 months ago) by niro
File size: 770 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/apr/apr-1.2.12-r4.smage2,v 1.1 2008/03/15 21:19:37 niro Exp $
2
3 PNAME="apr"
4 PVER="1.2.12"
5 PBUILD="r4"
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 src_compile()
26 {
27 cd ${SRCDIR}
28
29 mconfigure \
30 --datadir=/usr/share/apr-${PVER:0:1} \
31 --includedir=/usr/include/apr-${PVER:0:1} \
32 --with-installbuilddir=/usr/$(mlibdir)/apr-${PVER:0:1}/build \
33 --with-devrandom=/dev/urandom \
34 --enable-threads \
35 --enable-nonportable-atomics \
36 || die
37
38 mmake || die
39 }

Properties

Name Value
svn:keywords Id