Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1065 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/redland/redland-1.0.8-r1.smage2,v 1.1 2008/07/29 20:25:58 niro Exp $
2
3 PNAME="redland"
4 PVER="1.0.8"
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.6.27
14 >= dev-libs/openssl-0.9.8
15 >= dev-db/db-4.6
16 >= media-libs/raptor-1.4.16
17 >= dev-libs/rasqal-0.9.15"
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 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 # we are using system libs so delete them
38 rm -rf {raptor,rasqal} || die
39 }
40
41 src_compile()
42 {
43 cd ${SRCDIR}
44
45 mconfigure \
46 --with-raptor=system \
47 --with-rasqal=system \
48 --with-threads \
49 --with-openssl-digests \
50 --with-bdb \
51 --with-bdb-lib=/usr/$(mlibdir) \
52 || die
53
54 mmake || die
55 }

Properties

Name Value
svn:keywords Id