From a135f8563fea25509d9a92db7c03ac3d08230a3f Mon Sep 17 00:00:00 2001 From: Parabola Date: Thu, 7 Jul 2011 04:55:18 +0000 Subject: Thu Jul 7 04:55:18 UTC 2011 --- kde-unstable/soprano/PKGBUILD | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 kde-unstable/soprano/PKGBUILD (limited to 'kde-unstable/soprano/PKGBUILD') diff --git a/kde-unstable/soprano/PKGBUILD b/kde-unstable/soprano/PKGBUILD deleted file mode 100644 index d601421c1..000000000 --- a/kde-unstable/soprano/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 128006 2011-06-20 16:39:37Z andrea $ -# Maintainer: Andrea Scarpino -# Contributor: Tobias Powalowski - -pkgname=soprano -pkgver=2.6.50git20110620 -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' '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=85bc67f8b91a6ff729e447d233e7ddacf00c5885&fmt=tbz2') -md5sums=('c01ca7414c39cd0d0beef323a7261071') - -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 \ - -DSOPRANO_DISABLE_CLUCENE_INDEX=ON - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} -- cgit v1.2.3-54-g00ecf