Magellan Linux

Annotation of /branches/R11-unstable/extras/raptor/raptor-2.0.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25763 - (hide annotations) (download)
Tue Nov 25 04:16:28 2014 UTC (9 years, 5 months ago) by niro
File size: 801 byte(s)
-release branches/R11-unstable
1 niro 23259 # $Id$
2    
3     PNAME="raptor"
4     PVER="2.0.15"
5     PBUILD="r1"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="Raptor RDF parser library."
10     HOMEPAGE="http://librdf.org/raptor/"
11    
12     DEPEND=">= virtual/glibc
13     >= dev-libs/libxml2-2.9
14     >= dev-libs/libxslt-1.1.26
15     >= dev-libs/icu-54.1
16     >= net-libs/libcurl-7
17     >= sys-libs/zlib-1.2"
18    
19     SDEPEND=">= dev-util/pkgconfig-0.25"
20    
21     SRCFILE="${PNAME}2-${PVER}.tar.gz"
22     SRCDIR="${BUILDDIR}/${PNAME}2-${PVER}"
23    
24     sminclude mbuild
25    
26     SRC_URI=(
27     http://download.librdf.org/source/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd 'http://download.librdf.org/source/?C=M;O=A' | grep ${PNAME}2- | lasttarball gz"
32    
33     src_compile()
34     {
35     cd ${SRCDIR}
36    
37     mconfigure \
38     --enable-nfs-check \
39     --with-xml-parser=libxml \
40     --with-www=curl \
41     --with-icu-config=/usr/bin/icu-config \
42     || die
43    
44     mmake || die
45     }