summaryrefslogtreecommitdiff
path: root/extra/virtuoso/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-01 10:33:01 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-01 10:33:01 +0100
commit59b32159d6180c35a742ced756dc139659dc1dd5 (patch)
tree4f03740ae853d27d51d69666d511ffb527d27a9e /extra/virtuoso/PKGBUILD
parent5330206481631dda2c1e585b758c58f90ab807ee (diff)
parentc34f78dd37c2a2015d43de5d89748a2f8147ba1b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/openscenegraph/PKGBUILD community-testing/speed-dreams/PKGBUILD community-testing/speed-dreams/speed-dreams.desktop community-testing/xemacs/PKGBUILD community/ibus/PKGBUILD extra/kdebase-konsole/PKGBUILD extra/virtuoso/PKGBUILD multilib-testing/lib32-gdk-pixbuf2/PKGBUILD multilib-testing/lib32-pango/PKGBUILD multilib-testing/wine/PKGBUILD multilib/lib32-e2fsprogs/PKGBUILD multilib/lib32-gmp/PKGBUILD multilib/lib32-libidn/PKGBUILD multilib/lib32-pixman/PKGBUILD testing/fontforge/PKGBUILD testing/java7-openjdk/PKGBUILD testing/kdebase-workspace/PKGBUILD testing/kdegraphics-okular/PKGBUILD testing/kdegraphics-strigi-analyzer/PKGBUILD testing/libreoffice/PKGBUILD testing/libreoffice/PKGBUILD.next_stable testing/opencv/PKGBUILD testing/php/PKGBUILD testing/php/php-fpm.conf.in.patch testing/php/php.ini.patch testing/xine-ui/PKGBUILD
Diffstat (limited to 'extra/virtuoso/PKGBUILD')
-rw-r--r--extra/virtuoso/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/extra/virtuoso/PKGBUILD b/extra/virtuoso/PKGBUILD
index 053c92e47..61583fbef 100644
--- a/extra/virtuoso/PKGBUILD
+++ b/extra/virtuoso/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 142435 2011-11-09 18:50:28Z andrea $
+# $Id: PKGBUILD 148047 2012-01-30 18:21:09Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service>
pkgname=virtuoso
pkgver=6.1.4
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64' 'mips64el')
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/'
@@ -35,4 +35,10 @@ package() {
# install driver
cd ${srcdir}/${pkgname}-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}/${pkgname}-opensource-${pkgver}/binsrc/tests/$bin \
+ ${pkgdir}/usr/bin/$bin-vt
+ done
}