Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8793 - (show annotations) (download)
Thu Jul 28 16:55:02 2011 UTC (12 years, 9 months ago) by niro
File size: 714 byte(s)
auto added: ver bump to 2.0.4-r1
1 # $Id$
2
3 PNAME="raptor"
4 PVER="2.0.4"
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}2-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}2-${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 http://download.librdf.org/source/ | grep ${PNAME}2- | lasttarball gz"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 mconfigure \
36 --enable-nfs-check \
37 --with-xml-parser=libxml \
38 --with-www=curl \
39 || die
40
41 mmake || die
42 }