summaryrefslogtreecommitdiffstats
path: root/virtuoso/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'virtuoso/Pkgfile')
-rw-r--r--virtuoso/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/virtuoso/Pkgfile b/virtuoso/Pkgfile
new file mode 100644
index 000000000..3fd658060
--- /dev/null
+++ b/virtuoso/Pkgfile
@@ -0,0 +1,23 @@
+# 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
+# Depends on: imagemagick
+
+name=virtuoso
+version=6.1.4
+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
+}