summaryrefslogtreecommitdiffstats
path: root/kde/raptor
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-23 21:13:06 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-23 21:13:06 +0200
commit85b95193eb36dc859ac44509389964c0906d7228 (patch)
tree21a945a3d484b528235e61508b7831de8c43e350 /kde/raptor
parentd819b4da5cabf971e0d439973cd26f2fefbcea00 (diff)
downloadnutyx-extra-85b95193eb36dc859ac44509389964c0906d7228.tar.gz
nutyx-extra-85b95193eb36dc859ac44509389964c0906d7228.tar.bz2
nutyx-extra-85b95193eb36dc859ac44509389964c0906d7228.tar.xz
nutyx-extra-85b95193eb36dc859ac44509389964c0906d7228.zip
Ajout de raptor#1.4.18-1
Diffstat (limited to 'kde/raptor')
-rw-r--r--kde/raptor/.footprint21
-rw-r--r--kde/raptor/.md5sum1
-rwxr-xr-xkde/raptor/Pkgfile19
3 files changed, 41 insertions, 0 deletions
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
+}