summaryrefslogtreecommitdiffstats
path: root/base/virtuoso/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-03 18:36:44 +0200
committertnut <tnut at nutyx dot com>2011-07-03 18:36:44 +0200
commitda0e50c5009dabab28ab914aeec066d5f47aa166 (patch)
treeb38b163552e1e80cf79b8926e3ed490876e94013 /base/virtuoso/Pkgfile
parentbb55dec8ad557fa2b668e16d086f8fab72bf1a03 (diff)
downloadnutyx-pakxe-NuTyX-pakxe.1.tar.gz
nutyx-pakxe-NuTyX-pakxe.1.tar.bz2
nutyx-pakxe-NuTyX-pakxe.1.tar.xz
nutyx-pakxe-NuTyX-pakxe.1.zip
virtuoso, le retourNuTyX-pakxe.1
Diffstat (limited to 'base/virtuoso/Pkgfile')
-rw-r--r--base/virtuoso/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/base/virtuoso/Pkgfile b/base/virtuoso/Pkgfile
new file mode 100644
index 000000000..a8c63cc87
--- /dev/null
+++ b/base/virtuoso/Pkgfile
@@ -0,0 +1,22 @@
+# Description: 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
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot ch
+
+name=virtuoso
+version=6.1.3
+release=1
+source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-opensource-$version.tar.gz)
+build() {
+ cd $name-opensource-$version
+ ./configure --prefix=/usr \
+ --localstatedir=/var \
+ --sysconfdir=/etc \
+ --disable-rendezvous \
+ --disable-hslookup \
+ --disable-all-vads
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/bin/isql
+}