diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:07:59 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:07:59 +0200 |
commit | fc7cbbd5f7b38c7d567b26aa51f96a24442b05d7 (patch) | |
tree | d47b85233e543f6670c8802b7bfe7774ca50607f /base/virtuoso/Pkgfile | |
parent | c819dfe9fa55da21fedf5e598d23cb6f72acff77 (diff) | |
download | nutyx-extra-fc7cbbd5f7b38c7d567b26aa51f96a24442b05d7.tar.gz nutyx-extra-fc7cbbd5f7b38c7d567b26aa51f96a24442b05d7.tar.bz2 nutyx-extra-fc7cbbd5f7b38c7d567b26aa51f96a24442b05d7.tar.xz nutyx-extra-fc7cbbd5f7b38c7d567b26aa51f96a24442b05d7.zip |
virtuoso dans extra
Diffstat (limited to 'base/virtuoso/Pkgfile')
-rw-r--r-- | base/virtuoso/Pkgfile | 22 |
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 -} |