diff options
author | sibel sibel <lesibel@free.fr> | 2010-02-11 09:41:08 +0100 |
---|---|---|
committer | sibel sibel <lesibel@free.fr> | 2010-02-11 09:41:08 +0100 |
commit | 23ed98bbb36320ce7ab2ce5a71e175f16d9f06f4 (patch) | |
tree | 0e7d5a68b8536551e1f14e4e43c932b1cc36d033 /kde/virtuoso/Pkgfile | |
parent | 6a04ccb9baf5698663c0aa224f0eb83dbfce7f5f (diff) | |
download | nutyx-pakxe-23ed98bbb36320ce7ab2ce5a71e175f16d9f06f4.tar.gz nutyx-pakxe-23ed98bbb36320ce7ab2ce5a71e175f16d9f06f4.tar.bz2 nutyx-pakxe-23ed98bbb36320ce7ab2ce5a71e175f16d9f06f4.tar.xz nutyx-pakxe-23ed98bbb36320ce7ab2ce5a71e175f16d9f06f4.zip |
maj de virtuoso#6.1.0-1
Diffstat (limited to 'kde/virtuoso/Pkgfile')
-rwxr-xr-x | kde/virtuoso/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kde/virtuoso/Pkgfile b/kde/virtuoso/Pkgfile new file mode 100755 index 000000000..24efd5c6e --- /dev/null +++ b/kde/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 +# Depends on: + +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 +} + |