summaryrefslogtreecommitdiff
path: root/extra/soprano
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-21 23:04:10 +0000
committerroot <root@rshg047.dnsready.net>2011-06-21 23:04:10 +0000
commit17dec629d8a13d1981d734ddc703efb5382ca309 (patch)
treed0689d190de068c330b75edee00c4f327ac2d01a /extra/soprano
parentf02c28de0bbcb85e152fc19d0008805021fe1a33 (diff)
Tue Jun 21 23:04:10 UTC 2011
Diffstat (limited to 'extra/soprano')
-rw-r--r--extra/soprano/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD
index cddd514c6..35ca87ac8 100644
--- a/extra/soprano/PKGBUILD
+++ b/extra/soprano/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 121190 2011-04-29 09:24:01Z andrea $
+# $Id: PKGBUILD 127976 2011-06-20 14:47:11Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=soprano
pkgver=2.6.0
-pkgrel=5
+pkgrel=6
pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data'
arch=('i686' 'x86_64')
url='http://soprano.sourceforge.net/'
license=('GPL' 'LGPL')
-depends=('qt' 'clucene' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
+depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
makedepends=('cmake' 'openjdk6' 'doxygen')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('03ae49e87c6ec99e57d0433c2650846f')
build() {
- cd ${srcdir}
+ cd "${srcdir}"
mkdir build
cd build
. /etc/profile.d/openjdk6.sh
@@ -23,11 +23,12 @@ build() {
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSOPRANO_DISABLE_CLUCENE_INDEX=ON
make
}
package() {
- cd ${srcdir}/build
+ cd "${srcdir}"/build
make DESTDIR="${pkgdir}" install
}