Magellan Linux

Contents of /trunk/extras/raptor/raptor-1.4.18-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 925 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/raptor/raptor-1.4.18-r1.smage2,v 1.1 2008/07/29 20:22:27 niro Exp $
2
3 PNAME="raptor"
4 PVER="1.4.18"
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.16
14 >= dev-libs/libxml2-2.6.27
15 >= dev-libs/libxslt-1.1.22
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 mirror://${PNAME}/${PNAME}-1.4.16-lm.patch
29 )
30
31 src_prepare()
32 {
33 munpack ${SRCFILE} || die
34 cd ${SRCDIR}
35
36 # always link with libmath
37 mpatch ${PNAME}-1.4.16-lm.patch || die
38 }
39
40 src_compile()
41 {
42 cd ${SRCDIR}
43
44 mconfigure \
45 --enable-nfs-check \
46 --with-xml-parser=libxml \
47 --with-www=curl \
48 --with-www=xml \
49 || die
50
51 mmake || die
52 }

Properties

Name Value
svn:keywords Id