Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8501 - (show annotations) (download)
Wed Jul 20 15:47:58 2011 UTC (13 years, 2 months ago) by niro
File size: 719 byte(s)
auto added: ver bump to 1.9.0-r1
1 # $Id$
2
3 PNAME="raptor"
4 PVER="1.9.0"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8
9 DESCRIPTION="Raptor RDF parser library."
10 HOMEPAGE="http://librdf.org/raptor/"
11
12 DEPEND=">= dev-libs/glib2-2.28
13 >= dev-libs/libxml2-2.7
14 >= dev-libs/libxslt-1.1.26
15 >= net-misc/curl-7"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25"
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 UP2DATE="updatecmd_sourceforge librdf ${PNAME}"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure \
37 --enable-nfs-check \
38 --with-xml-parser=libxml \
39 --with-www=curl \
40 || die
41
42 mmake || die
43 }