Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 926 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/soprano/soprano-2.1-r1.smage2,v 1.1 2008/07/29 20:28:16 niro Exp $
2
3 PNAME="soprano"
4 PVER="2.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.7
14 >= media-libs/raptor-1.4.16
15 >= dev-cpp/clucene-0.9.20
16 >= virtual/java
17 >= x11-libs/qt4-4.3"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude cmake
23
24 SRC_URI=(
25 sourceforge://${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 cd ${SRCDIR}
33
34 # disable doxygen docs
35 sed -i '/find_package(Doxygen)/s/^/#DONOTFIND /' CMakeLists.txt || die
36
37 # disable tests
38 sed -i -e '/add_subdirectory(test)/s/^/#DONOTCOMPILE /' \
39 -e '/enable_testing/s/^/#DONOTENABLE /' \
40 -i CMakeLists.txt || die
41 }

Properties

Name Value
svn:keywords Id