Magellan Linux

Annotation of /trunk/extras/soprano/soprano-2.2.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1819 - (hide annotations) (download)
Sat Jun 6 15:20:11 2009 UTC (15 years ago) by niro
File size: 887 byte(s)
auto added: ver bump to 2.2.3-r1
1 niro 1819 # $Id$
2    
3     PNAME="soprano"
4     PVER="2.2.3"
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
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