mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
virtuoso update, soprano rebuild for it
This commit is contained in:
parent
4e384668f8
commit
688fed9ed6
@ -9,9 +9,9 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=soprano
|
||||
pkgver=2.9.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data'
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url='http://soprano.sourceforge.net/'
|
||||
license=('GPL' 'LGPL')
|
||||
depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso>=6.1.3' 'clucene')
|
||||
|
@ -4,20 +4,20 @@
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=virtuoso
|
||||
pkgver=6.1.5.1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
pkgver=6.1.6
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data Management with Web Application Server and Web Services Platform functionality'
|
||||
url='http://virtuoso.openlinksw.com/wiki/main/Main/'
|
||||
license=('GPL')
|
||||
depends=('libldap')
|
||||
makedepends=('bison' 'flex' 'gperf' 'gawk' 'm4' 'openssl' 'zlib' 'python2' 'unixodbc' 'libiodbc')
|
||||
options=('!libtool')
|
||||
source=("openlink-virtuoso-opensource-7edcc17.tar.xz")
|
||||
md5sums=('886745446fb06eddf8bf2495cb41da06')
|
||||
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz")
|
||||
md5sums=('3991149c570f3738c3e819ce603e487f')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/openlink-virtuoso-opensource-7edcc17
|
||||
cd ${srcdir}/virtuoso-opensource-${pkgver}
|
||||
|
||||
CFLAGS="$CFLAGS -I/usr/include/libiodbc"
|
||||
CXXFLAGS="$CXXFLAGS -I/usr/include/libiodbc/"
|
||||
@ -39,16 +39,16 @@ build() {
|
||||
|
||||
package() {
|
||||
# install server
|
||||
cd ${srcdir}/openlink-virtuoso-opensource-7edcc17/binsrc/virtuoso
|
||||
cd ${srcdir}/virtuoso-opensource-${pkgver}/binsrc/virtuoso
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
# install driver
|
||||
cd ${srcdir}/openlink-virtuoso-opensource-7edcc17/binsrc/driver
|
||||
cd ${srcdir}/virtuoso-opensource-${pkgver}/binsrc/driver
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
# Install some useful tools; rename to avoid conflicts
|
||||
for bin in isql isqlw; do
|
||||
install -Dm755 ${srcdir}/openlink-${pkgname}-opensource-7edcc17/binsrc/tests/$bin \
|
||||
${pkgdir}/usr/bin/$bin-v
|
||||
install -Dm755 ${srcdir}/virtuoso-opensource-${pkgver}/binsrc/tests/$bin \
|
||||
${pkgdir}/usr/bin/$bin-vt
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user