Magellan Linux

Contents of /trunk/extras/soprano/soprano-2.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3691 - (show annotations) (download)
Fri Oct 30 10:08:45 2009 UTC (14 years, 6 months ago) by niro
File size: 891 byte(s)
auto added: ver bump to 2.3.1-r1
1 # $Id$
2
3 PNAME="soprano"
4 PVER="2.3.1"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Soprano is an open and pluggable RDF resource framework which is build on top of QT4."
11 HOMEPAGE="http://soprano.sourceforge.net/"
12
13 DEPEND=">= dev-libs/redland-1.0.9
14 >= media-libs/raptor-1.4.18
15 >= dev-cpp/clucene-0.9.21
16 >= virtual/java
17 >= x11-libs/qt4-4.5"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude cmake qt4
23
24 SRC_URI=(
25 sourceforge://${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd_sourceforge ${PNAME} Soprano"
30
31 src_prepare()
32 {
33 munpack ${SRCFILE} || die
34 cd ${SRCDIR}
35
36 # disable doxygen docs
37 sed -i '/find_package(Doxygen)/s/^/#DONOTFIND /' CMakeLists.txt || die
38
39 # disable tests
40 sed -i -e '/add_subdirectory(test)/s/^/#DONOTCOMPILE /' \
41 -e '/enable_testing/s/^/#DONOTENABLE /' \
42 -i CMakeLists.txt || die
43 }

Properties

Name Value
svn:keywords Id