Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4828 - (show annotations) (download)
Thu Feb 11 22:11:50 2010 UTC (14 years, 2 months ago) by niro
File size: 922 byte(s)
auto added: ver bump to 2.4.0-r1
1 # $Id$
2
3 PNAME="soprano"
4 PVER="2.4.0"
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-core-4.6
18 >= x11-libs/qt4-dbus-4.6"
19
20 SRCFILE="${PNAME}-${PVER}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude cmake qt4
24
25 SRC_URI=(
26 sourceforge://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd_sourceforge ${PNAME} Soprano"
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 # disable doxygen docs
38 sed -i '/find_package(Doxygen)/s/^/#DONOTFIND /' CMakeLists.txt || die
39
40 # disable tests
41 sed -i -e '/add_subdirectory(test)/s/^/#DONOTCOMPILE /' \
42 -e '/enable_testing/s/^/#DONOTENABLE /' \
43 -i CMakeLists.txt || die
44 }

Properties

Name Value
svn:keywords Id