From 87e20a64534e8f58ca4a4f84000b629e48569a98 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 May 2011 22:47:30 +0000 Subject: Mon May 23 22:47:30 UTC 2011 --- kde-unstable/soprano/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 kde-unstable/soprano/PKGBUILD (limited to 'kde-unstable/soprano') diff --git a/kde-unstable/soprano/PKGBUILD b/kde-unstable/soprano/PKGBUILD new file mode 100644 index 000000000..324ccc640 --- /dev/null +++ b/kde-unstable/soprano/PKGBUILD @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 124470 2011-05-22 12:59:48Z andrea $ +# Maintainer: Andrea Scarpino +# Contributor: Tobias Powalowski + +pkgname=soprano +pkgver=2.6.50git20110522 +pkgrel=1 +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') +makedepends=('cmake' 'openjdk6' 'doxygen') +#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +source=("${pkgname}-${pkgver}.tar.bz2"::'http://quickgit.kde.org/?p=soprano.git&a=snapshot&h=d70bf052edd6475dc6f89bee82c3ddee8dae46a0&fmt=tbz2') +md5sums=('28f88ef342e77d355da56117897f3e2c') + +build() { + cd ${srcdir} + mkdir build + cd build + . /etc/profile.d/openjdk6.sh + # we need the rpath + cmake ../${pkgname} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd ${srcdir}/build + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf