diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 15:59:21 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 15:59:21 +0200 |
commit | 11d48f541b63e04b0879631bb82fcff9e5c15b8b (patch) | |
tree | 9b4bae3d1de44fb8323ba8c10de4a12866ef1758 /test/virtuoso/Pkgfile | |
parent | 017457091482858fd63cbc6e49266eb4f829ecab (diff) | |
download | nutyx-extra-11d48f541b63e04b0879631bb82fcff9e5c15b8b.tar.gz nutyx-extra-11d48f541b63e04b0879631bb82fcff9e5c15b8b.tar.bz2 nutyx-extra-11d48f541b63e04b0879631bb82fcff9e5c15b8b.tar.xz nutyx-extra-11d48f541b63e04b0879631bb82fcff9e5c15b8b.zip |
virtuoso dans test
Diffstat (limited to 'test/virtuoso/Pkgfile')
-rwxr-xr-x | test/virtuoso/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/virtuoso/Pkgfile b/test/virtuoso/Pkgfile new file mode 100755 index 000000000..1fdd91dfa --- /dev/null +++ b/test/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.0 +release=2 +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 +} + |