diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-12 18:22:46 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-12 18:22:46 +0100 |
commit | e389dddaaa45852db962e9fa9fd3412e3f2688cd (patch) | |
tree | b879da0b6a544322daf5f5693a0d721f4e6440e0 /base/virtuoso/Pkgfile | |
parent | 30a28c030b6212cc8954be92a1f2b53c0cb9014d (diff) | |
download | nutyx-pakxe-e389dddaaa45852db962e9fa9fd3412e3f2688cd.tar.gz nutyx-pakxe-e389dddaaa45852db962e9fa9fd3412e3f2688cd.tar.bz2 nutyx-pakxe-e389dddaaa45852db962e9fa9fd3412e3f2688cd.tar.xz nutyx-pakxe-e389dddaaa45852db962e9fa9fd3412e3f2688cd.zip |
virtuoso, déplacé dans base
Diffstat (limited to 'base/virtuoso/Pkgfile')
-rwxr-xr-x | base/virtuoso/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/base/virtuoso/Pkgfile b/base/virtuoso/Pkgfile new file mode 100755 index 000000000..8bd103933 --- /dev/null +++ b/base/virtuoso/Pkgfile @@ -0,0 +1,21 @@ +# 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=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 +} + |