Magellan Linux

Contents of /trunk/extras/redland/redland-1.0.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1818 - (show annotations) (download)
Sat Jun 6 15:18:58 2009 UTC (14 years, 10 months ago) by niro
File size: 1064 byte(s)
auto added: ver bump to 1.0.9-r1
1 # $Id$
2
3 PNAME="redland"
4 PVER="1.0.9"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Redland is a set of free software libraries that provide support for the Resource Description Framework (RDF)."
11 HOMEPAGE="http://librdf.org/"
12
13 DEPEND=">= dev-libs/libxml2-2.7
14 >= dev-libs/openssl-0.9.8
15 >= dev-db/db-4.7
16 >= media-libs/raptor-1.4.18
17 >= dev-libs/rasqal-0.9.16"
18
19 SDEPEND=">= sys-dev/autoconf-4
20 >= sys-dev/automake-3"
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mbuild
26
27 SRC_URI=(
28 http://download.librdf.org/source/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd http://download.librdf.org/source/ | grep ${PNAME}-[0-9] | lasttarball gz"
33
34 src_prepare()
35 {
36 munpack ${SRCFILE} || die
37 cd ${SRCDIR}
38
39 # we are using system libs so delete them
40 rm -rf {raptor,rasqal} || die
41 }
42
43 src_compile()
44 {
45 cd ${SRCDIR}
46
47 mconfigure \
48 --with-raptor=system \
49 --with-rasqal=system \
50 --with-threads \
51 --with-openssl-digests \
52 --with-bdb \
53 --with-bdb-lib=/usr/$(mlibdir) \
54 || die
55
56 mmake || die
57 }

Properties

Name Value
svn:keywords Id