[arch-commits] Commit in virtuoso/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Mon Jan 30 18:20:40 UTC 2012


    Date: Monday, January 30, 2012 @ 13:20:40
  Author: andrea
Revision: 148046

upgpkg: virtuoso 6.1.4-2

Add two useful clients (FS#28173)

Modified:
  virtuoso/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-30 14:42:46 UTC (rev 148045)
+++ PKGBUILD	2012-01-30 18:20:40 UTC (rev 148046)
@@ -4,7 +4,7 @@
 
 pkgname=virtuoso
 pkgver=6.1.4
-pkgrel=1
+pkgrel=2
 arch=('i686' '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/'
@@ -35,4 +35,10 @@
   # 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
 }




More information about the arch-commits mailing list