Magellan Linux

Contents of /branches/magellan-next/extras/raptor/raptor-1.4.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6820 - (show annotations) (download)
Wed Sep 22 17:14:05 2010 UTC (13 years, 7 months ago) by niro
File size: 794 byte(s)
auto added: ver bump to 1.4.21-r1
1 # $Id: raptor-1.4.19-r1.smage2 3684 2009-10-30 09:40:04Z niro $
2
3 PNAME="raptor"
4 PVER="1.4.21"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Raptor RDF parser library."
11 HOMEPAGE="http://librdf.org/raptor/"
12
13 DEPEND=">= dev-libs/glib2-2.24
14 >= dev-libs/libxml2-2.7
15 >= dev-libs/libxslt-1.1.26
16 >= net-misc/curl-7"
17
18 SDEPEND=">= dev-util/pkgconfig-0.25"
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 UP2DATE="updatecmd_sourceforge librdf ${PNAME}"
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 || die
42
43 mmake || die
44 }