summaryrefslogtreecommitdiffstats
path: root/base/virtuoso/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-27 15:59:21 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-27 15:59:21 +0200
commit11d48f541b63e04b0879631bb82fcff9e5c15b8b (patch)
tree9b4bae3d1de44fb8323ba8c10de4a12866ef1758 /base/virtuoso/Pkgfile
parent017457091482858fd63cbc6e49266eb4f829ecab (diff)
downloadnutyx-pakxe-11d48f541b63e04b0879631bb82fcff9e5c15b8b.tar.gz
nutyx-pakxe-11d48f541b63e04b0879631bb82fcff9e5c15b8b.tar.bz2
nutyx-pakxe-11d48f541b63e04b0879631bb82fcff9e5c15b8b.tar.xz
nutyx-pakxe-11d48f541b63e04b0879631bb82fcff9e5c15b8b.zip
virtuoso dans test
Diffstat (limited to 'base/virtuoso/Pkgfile')
-rwxr-xr-xbase/virtuoso/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/base/virtuoso/Pkgfile b/base/virtuoso/Pkgfile
deleted file mode 100755
index 1fdd91dfa..000000000
--- a/base/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
-}
-