Magellan Linux

Annotation of /trunk/todo/rasqal/rasqal-0.9.33-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27936 - (hide annotations) (download)
Wed Apr 6 11:17:56 2016 UTC (8 years, 2 months ago) by niro
File size: 682 byte(s)
-moved to 'todo'
1 niro 26550 # $Id$
2    
3     PNAME="rasqal"
4     PVER="0.9.33"
5     PBUILD="r2"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="Rasqal RDF query library."
10     HOMEPAGE="http://librdf.org/rasqal/"
11    
12     DEPEND=">= dev-libs/libxml2-2.9
13     >= dev-libs/libpcre-8.37
14     >= media-libs/raptor-2
15     >= sys-libs/libuuid-2.26
16     >= app-crypt/libgcrypt-1.6"
17    
18     SDEPEND=">= sys-dev/bison-2.5
19     >= sys-dev/flex-2.5.35"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.gz"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     sminclude mbuild
25     msetfeature "!check"
26    
27     SRC_URI=(
28     http://download.librdf.org/source/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
33    
34     src_compile()
35     {
36     cd ${SRCDIR}
37    
38     mconfigure --with-regex-library=pcre || die
39     mmake || die
40     }