mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 12:37:15 +08:00
soprano rebuild for unixodbc stack
This commit is contained in:
parent
95a9bd731f
commit
5be8a3bbc4
@ -1,39 +0,0 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=soprano
|
||||
pkgver=2.7.5
|
||||
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>=6.1.3')
|
||||
makedepends=('cmake' 'openjdk6' 'doxygen')
|
||||
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('9d881ce405354da4f7c2eeee386e2859')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
mkdir build
|
||||
cd build
|
||||
. /etc/profile.d/openjdk6.sh
|
||||
# we need the rpath
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-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
|
||||
}
|
Loading…
Reference in New Issue
Block a user