Magellan Linux

Contents of /trunk/extras/rasqal/rasqal-0.9.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1817 - (show annotations) (download)
Sat Jun 6 15:18:06 2009 UTC (14 years, 10 months ago) by niro
File size: 714 byte(s)
auto added: ver bump to 0.9.16-r2
1 # $Id$
2
3 PNAME="rasqal"
4 PVER="0.9.16"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Rasqal RDF query library."
11 HOMEPAGE="http://librdf.org/rasqal/"
12
13 DEPEND=">= dev-libs/libxml2-2.7
14 >= dev-libs/libpcre-7.9
15 >= media-libs/raptor-1.4.16"
16
17 SDEPEND=">= sys-dev/bison-2.4
18 >= sys-dev/flex-2.5.35"
19
20 SRCFILE="${PNAME}-${PVER}.tar.gz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 http://download.librdf.org/source/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure \
37 --with-raptor=system \
38 --with-xml2-config \
39 --with-pcre-config \
40 --with-regex-library=pcre \
41 || die
42
43 mmake || die
44 }

Properties

Name Value
svn:keywords Id