Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6789 - (show annotations) (download)
Wed Sep 22 14:31:16 2010 UTC (13 years, 8 months ago) by niro
File size: 707 byte(s)
imported from trunk
1 # $Id$
2
3 PNAME="raptor"
4 PVER="1.4.19"
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.22
14 >= dev-libs/libxml2-2.7
15 >= dev-libs/libxslt-1.1.24
16 >= net-misc/curl-7"
17
18 SDEPEND=">= dev-util/pkgconfig-0.23"
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
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure \
37 --enable-nfs-check \
38 --with-xml-parser=libxml \
39 --with-www=curl \
40 --with-www=xml \
41 || die
42
43 mmake || die
44 }

Properties

Name Value
svn:keywords Id