diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-12 18:22:46 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-12 18:22:46 +0100 |
commit | e389dddaaa45852db962e9fa9fd3412e3f2688cd (patch) | |
tree | b879da0b6a544322daf5f5693a0d721f4e6440e0 /kde/virtuoso/Pkgfile | |
parent | 30a28c030b6212cc8954be92a1f2b53c0cb9014d (diff) | |
download | nutyx-pakxe-e389dddaaa45852db962e9fa9fd3412e3f2688cd.tar.gz nutyx-pakxe-e389dddaaa45852db962e9fa9fd3412e3f2688cd.tar.bz2 nutyx-pakxe-e389dddaaa45852db962e9fa9fd3412e3f2688cd.tar.xz nutyx-pakxe-e389dddaaa45852db962e9fa9fd3412e3f2688cd.zip |
virtuoso, déplacé dans base
Diffstat (limited to 'kde/virtuoso/Pkgfile')
-rwxr-xr-x | kde/virtuoso/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kde/virtuoso/Pkgfile b/kde/virtuoso/Pkgfile deleted file mode 100755 index 24efd5c6e..000000000 --- a/kde/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 -# 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 -} - |