summaryrefslogtreecommitdiffstats
path: root/base/virtuoso/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:07:59 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:07:59 +0200
commitfc7cbbd5f7b38c7d567b26aa51f96a24442b05d7 (patch)
treed47b85233e543f6670c8802b7bfe7774ca50607f /base/virtuoso/Pkgfile
parentc819dfe9fa55da21fedf5e598d23cb6f72acff77 (diff)
downloadnutyx-pakxe-fc7cbbd5f7b38c7d567b26aa51f96a24442b05d7.tar.gz
nutyx-pakxe-fc7cbbd5f7b38c7d567b26aa51f96a24442b05d7.tar.bz2
nutyx-pakxe-fc7cbbd5f7b38c7d567b26aa51f96a24442b05d7.tar.xz
nutyx-pakxe-fc7cbbd5f7b38c7d567b26aa51f96a24442b05d7.zip
virtuoso dans extra
Diffstat (limited to 'base/virtuoso/Pkgfile')
-rw-r--r--base/virtuoso/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/base/virtuoso/Pkgfile b/base/virtuoso/Pkgfile
deleted file mode 100644
index 46dcddcdb..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
-# Depend on : imagemagick
-name=virtuoso
-version=6.1.3
-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
-}