mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +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
|
pkgname=soprano
|
||||||
pkgver=2.9.0
|
pkgver=2.9.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data'
|
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/'
|
url='http://soprano.sourceforge.net/'
|
||||||
license=('GPL' 'LGPL')
|
license=('GPL' 'LGPL')
|
||||||
depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso>=6.1.3' 'clucene')
|
depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso>=6.1.3' 'clucene')
|
||||||
|
@ -4,20 +4,20 @@
|
|||||||
# maintainer abveritas@chakra-project.org
|
# maintainer abveritas@chakra-project.org
|
||||||
|
|
||||||
pkgname=virtuoso
|
pkgname=virtuoso
|
||||||
pkgver=6.1.5.1
|
pkgver=6.1.6
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
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'
|
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/'
|
url='http://virtuoso.openlinksw.com/wiki/main/Main/'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('libldap')
|
depends=('libldap')
|
||||||
makedepends=('bison' 'flex' 'gperf' 'gawk' 'm4' 'openssl' 'zlib' 'python2' 'unixodbc' 'libiodbc')
|
makedepends=('bison' 'flex' 'gperf' 'gawk' 'm4' 'openssl' 'zlib' 'python2' 'unixodbc' 'libiodbc')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=("openlink-virtuoso-opensource-7edcc17.tar.xz")
|
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz")
|
||||||
md5sums=('886745446fb06eddf8bf2495cb41da06')
|
md5sums=('3991149c570f3738c3e819ce603e487f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/openlink-virtuoso-opensource-7edcc17
|
cd ${srcdir}/virtuoso-opensource-${pkgver}
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -I/usr/include/libiodbc"
|
CFLAGS="$CFLAGS -I/usr/include/libiodbc"
|
||||||
CXXFLAGS="$CXXFLAGS -I/usr/include/libiodbc/"
|
CXXFLAGS="$CXXFLAGS -I/usr/include/libiodbc/"
|
||||||
@ -39,16 +39,16 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
# install server
|
# install server
|
||||||
cd ${srcdir}/openlink-virtuoso-opensource-7edcc17/binsrc/virtuoso
|
cd ${srcdir}/virtuoso-opensource-${pkgver}/binsrc/virtuoso
|
||||||
make DESTDIR=${pkgdir} install
|
make DESTDIR=${pkgdir} install
|
||||||
|
|
||||||
# install driver
|
# install driver
|
||||||
cd ${srcdir}/openlink-virtuoso-opensource-7edcc17/binsrc/driver
|
cd ${srcdir}/virtuoso-opensource-${pkgver}/binsrc/driver
|
||||||
make DESTDIR=${pkgdir} install
|
make DESTDIR=${pkgdir} install
|
||||||
|
|
||||||
# Install some useful tools; rename to avoid conflicts
|
# Install some useful tools; rename to avoid conflicts
|
||||||
for bin in isql isqlw; do
|
for bin in isql isqlw; do
|
||||||
install -Dm755 ${srcdir}/openlink-${pkgname}-opensource-7edcc17/binsrc/tests/$bin \
|
install -Dm755 ${srcdir}/virtuoso-opensource-${pkgver}/binsrc/tests/$bin \
|
||||||
${pkgdir}/usr/bin/$bin-v
|
${pkgdir}/usr/bin/$bin-vt
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user