diff options
author | fanch <fanchyannmaria at orange dot fr> | 2010-02-13 20:21:46 +0100 |
---|---|---|
committer | fanch <fanchyannmaria at orange dot fr> | 2010-02-13 20:21:46 +0100 |
commit | 70c5aba3306407f6d324ff6ba48907ac9ac5f820 (patch) | |
tree | 06db45bb379b6083a6ef0888dfe19eaa3500a017 /base/virtuoso/Pkgfile | |
parent | aea876bbfefeda312fce05e91d0cdea58024af30 (diff) | |
parent | 758c18b17c044f88e0b1e21ee0f8aa613f9e4fed (diff) | |
download | nutyx-pakxe-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.gz nutyx-pakxe-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.bz2 nutyx-pakxe-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.xz nutyx-pakxe-70c5aba3306407f6d324ff6ba48907ac9ac5f820.zip |
Merge remote branch 'nutyx-2009/master'
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 +} + |