Magellan Linux

Annotation of /branches/R11-stable/extras/raptor/raptor-2.0.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21839 - (hide annotations) (download)
Mon Jul 21 09:58:33 2014 UTC (9 years, 9 months ago) by niro
File size: 782 byte(s)
-release branches/R11-stable
1 niro 21124 # $Id$
2    
3     PNAME="raptor"
4     PVER="2.0.13"
5     PBUILD="r1"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="Raptor RDF parser library."
10     HOMEPAGE="http://librdf.org/raptor/"
11    
12     DEPEND=">= dev-libs/glib2-2.38
13     >= dev-libs/libxml2-2.7
14     >= dev-libs/libxslt-1.1.26
15     >= dev-libs/icu-50.1
16     >= net-misc/curl-7"
17    
18     SDEPEND=">= dev-util/pkgconfig-0.25"
19    
20     SRCFILE="${PNAME}2-${PVER}.tar.gz"
21     SRCDIR="${BUILDDIR}/${PNAME}2-${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 'http://download.librdf.org/source/?C=M;O=A' | grep ${PNAME}2- | 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-icu-config=/usr/bin/icu-config \
41     || die
42    
43     mmake || die
44     }