summaryrefslogtreecommitdiffstats
path: root/test/virtuoso/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-30 20:05:18 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-30 20:05:18 +0200
commit736b7bc37429345044b899239340277b14b5f2c8 (patch)
tree5614d0bb78237e3dd4cd22e8dfa9e111e8122266 /test/virtuoso/Pkgfile
parent0267bc905a32fbab761a4bfd401b77ddaf9e2069 (diff)
downloadnutyx-pakxe-736b7bc37429345044b899239340277b14b5f2c8.tar.gz
nutyx-pakxe-736b7bc37429345044b899239340277b14b5f2c8.tar.bz2
nutyx-pakxe-736b7bc37429345044b899239340277b14b5f2c8.tar.xz
nutyx-pakxe-736b7bc37429345044b899239340277b14b5f2c8.zip
Ajout de virtuoso#6.1.1-1
Diffstat (limited to 'test/virtuoso/Pkgfile')
-rwxr-xr-xtest/virtuoso/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/virtuoso/Pkgfile b/test/virtuoso/Pkgfile
deleted file mode 100755
index 1fdd91dfa..000000000
--- a/test/virtuoso/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}
-