Magellan Linux

Contents of /trunk/extras/raptor/raptor-2.0.15-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26445 - (show annotations) (download)
Fri Jun 26 17:44:17 2015 UTC (8 years, 11 months ago) by niro
File size: 794 byte(s)
auto added: ver bump to 2.0.15-r2
1 # $Id$
2
3 PNAME="raptor"
4 PVER="2.0.15"
5 PBUILD="r2"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Raptor RDF parser library."
10 HOMEPAGE="http://librdf.org/raptor/"
11
12 DEPEND=">= virtual/glibc
13 >= dev-libs/libxml2-2.9
14 >= dev-libs/libxslt-1.1.26
15 >= dev-libs/icu-55.1
16 >= net-libs/libcurl-7
17 >= sys-libs/zlib-1.2"
18
19 SDEPEND=">= dev-util/pkgconfig-0.25"
20
21 SRCFILE="${PNAME}2-${PVER}.tar.gz"
22 SRCDIR="${BUILDDIR}/${PNAME}2-${PVER}"
23
24 sminclude mbuild
25
26 SRC_URI=(
27 http://download.librdf.org/source/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd http://download.librdf.org/source/ | grep ${PNAME}2- | highesttarball gz"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 mconfigure \
38 --enable-nfs-check \
39 --with-xml-parser=libxml \
40 --with-www=curl \
41 --with-icu-config=/usr/bin/icu-config \
42 || die
43
44 mmake || die
45 }