Magellan Linux

Annotation of /trunk/extras/raptor/raptor-1.4.18-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1816 - (hide annotations) (download)
Sat Jun 6 15:15:22 2009 UTC (15 years ago) by niro
File size: 880 byte(s)
auto added: ver bump to 1.4.18-r2
1 niro 1816 # $Id$
2    
3     PNAME="raptor"
4     PVER="1.4.18"
5     PBUILD="r2"
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.20
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     mirror://${PNAME}/${PNAME}-1.4.16-lm.patch
29     )
30    
31     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
32    
33     src_prepare()
34     {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     # always link with libmath
39     mpatch ${PNAME}-1.4.16-lm.patch || die
40     }
41    
42     src_compile()
43     {
44     cd ${SRCDIR}
45    
46     mconfigure \
47     --enable-nfs-check \
48     --with-xml-parser=libxml \
49     --with-www=curl \
50     --with-www=xml \
51     || die
52    
53     mmake || die
54     }

Properties

Name Value
svn:keywords Id