Magellan Linux

Contents of /branches/R11-unstable/extras/rasqal/rasqal-0.9.33-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25765 - (show annotations) (download)
Tue Nov 25 04:16:36 2014 UTC (9 years, 5 months ago) by niro
File size: 682 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="rasqal"
4 PVER="0.9.33"
5 PBUILD="r1"
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.34
14 >= media-libs/raptor-2
15 >= sys-libs/libuuid-2.24
16 >= app-crypt/libgcrypt-1.6"
17
18 SDEPEND=">= sys-dev/bison-2.5
19 >= sys-dev/flex-2.5.35"
20
21 SRCFILE="${PNAME}-${PVER}.tar.gz"
22 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23
24 sminclude mbuild
25 msetfeature "!check"
26
27 SRC_URI=(
28 http://download.librdf.org/source/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 mconfigure --with-regex-library=pcre || die
39 mmake || die
40 }