From 85b95193eb36dc859ac44509389964c0906d7228 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sun, 23 Aug 2009 21:13:06 +0200 Subject: Ajout de raptor#1.4.18-1 --- kde/raptor/.footprint | 21 +++++++++++++++++++++ kde/raptor/.md5sum | 1 + kde/raptor/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 kde/raptor/.footprint create mode 100644 kde/raptor/.md5sum create mode 100755 kde/raptor/Pkgfile (limited to 'kde') diff --git a/kde/raptor/.footprint b/kde/raptor/.footprint new file mode 100644 index 000000000..a2647fe52 --- /dev/null +++ b/kde/raptor/.footprint @@ -0,0 +1,21 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/rapper +-rwxr-xr-x root/root usr/bin/raptor-config +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/raptor.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libraptor.a +-rwxr-xr-x root/root usr/lib/libraptor.la +lrwxrwxrwx root/root usr/lib/libraptor.so -> libraptor.so.1.1.0 +lrwxrwxrwx root/root usr/lib/libraptor.so.1 -> libraptor.so.1.1.0 +-rwxr-xr-x root/root usr/lib/libraptor.so.1.1.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/raptor.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/rapper.1.gz +-rw-r--r-- root/root usr/share/man/man1/raptor-config.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/libraptor.3.gz diff --git a/kde/raptor/.md5sum b/kde/raptor/.md5sum new file mode 100644 index 000000000..0af1cecda --- /dev/null +++ b/kde/raptor/.md5sum @@ -0,0 +1 @@ +284e768eeda0e2898b0d5bf7e26a016e raptor-1.4.18.tar.gz diff --git a/kde/raptor/Pkgfile b/kde/raptor/Pkgfile new file mode 100755 index 000000000..f6fa13528 --- /dev/null +++ b/kde/raptor/Pkgfile @@ -0,0 +1,19 @@ +# Description: Librairies RDF de Redland +# URL: http://download.librdf.org/source/ +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: + +name=raptor +version=1.4.18 +release=1 +source=(http://download.librdf.org/source/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc + make -j3 + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/gtk-doc +} -- cgit v1.2.3-70-g09d2