Magellan Linux

Annotation of /trunk/extras/rasqal/rasqal-0.9.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 11 months ago) by niro
File size: 757 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/rasqal/rasqal-0.9.16-r1.smage2,v 1.1 2008/07/29 20:24:30 niro Exp $
2    
3     PNAME="rasqal"
4     PVER="0.9.16"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="Rasqal RDF query library."
11     HOMEPAGE="http://librdf.org/rasqal/"
12    
13     DEPEND=">= dev-libs/libxml2-2.6.27
14     >= dev-libs/libpcre-7
15     >= media-libs/raptor-1.4.16"
16    
17     SDEPEND=">= sys-dev/bison-2.3
18     >= sys-dev/flex-2.5.33"
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     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     mconfigure \
35     --with-raptor=system \
36     --with-xml2-config \
37     --with-pcre-config \
38     --with-regex-library=pcre \
39     || die
40    
41     mmake || die
42     }

Properties

Name Value
svn:keywords Id