Magellan Linux

Contents of /branches/magellan-next/extras/rasqal/rasqal-0.9.26-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8504 - (show annotations) (download)
Wed Jul 20 15:56:42 2011 UTC (12 years, 9 months ago) by niro
File size: 693 byte(s)
auto added: ver bump to 0.9.26-r1
1 # $Id$
2
3 PNAME="rasqal"
4 PVER="0.9.26"
5 PBUILD="r1"
6
7 PCATEGORIE="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.12
14 >= media-libs/raptor-2"
15
16 SDEPEND=">= sys-dev/bison-2.5
17 >= sys-dev/flex-2.5.35"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 http://download.librdf.org/source/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 mconfigure \
36 --with-raptor=system \
37 --with-xml2-config \
38 --with-pcre-config \
39 --with-regex-library=pcre \
40 || die
41
42 mmake || die
43 }