Magellan Linux

Contents of /branches/R11-stable/extras/rasqal/rasqal-0.9.29-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15354 - (show annotations) (download)
Wed Jan 2 11:34:25 2013 UTC (11 years, 4 months ago) by niro
File size: 734 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="rasqal"
4 PVER="0.9.29"
5 PBUILD="r2"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="Rasqal RDF query library."
10 HOMEPAGE="http://librdf.org/rasqal/"
11
12 DEPEND=">= dev-libs/libxml2-2.7
13 >= dev-libs/libpcre-8.30
14 >= media-libs/raptor-2
15 >= sys-libs/libuuid-2.22"
16
17 SDEPEND=">= sys-dev/bison-2.5
18 >= sys-dev/flex-2.5.35"
19
20 SRCFILE="${PNAME}-${PVER}.tar.gz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild
24 msetfeature "!check"
25
26 SRC_URI=(
27 http://download.librdf.org/source/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 mconfigure \
38 --with-raptor=system \
39 --with-xml2-config \
40 --with-pcre-config \
41 --with-regex-library=pcre \
42 || die
43
44 mmake || die
45 }