summaryrefslogtreecommitdiffstats
path: root/kde/raptor2/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/raptor2/Pkgfile')
-rwxr-xr-xkde/raptor2/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/kde/raptor2/Pkgfile b/kde/raptor2/Pkgfile
deleted file mode 100755
index 3d6f08be7..000000000
--- a/kde/raptor2/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Librairies RDF de Redland
-# URL: http://download.librdf.org/source/
-# Maintainer: NuTyX packager team
-# Packager: lesibel at free dot fr
-# Depends on: libxslt, libxml2, curl
-# Run on: libxslt,libxml2,curl
-
-name=raptor2
-version=2.0.0
-release=1
-source=(http://download.librdf.org/source/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-static
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/gtk-doc
-}