summaryrefslogtreecommitdiffstats
path: root/kde47/rasqal
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2011-07-29 10:35:46 +0200
committerorchidman <lesibel@free.fr>2011-07-29 10:35:46 +0200
commit7257b85537d8eebe8635aafbf62f3b3cd29219e3 (patch)
tree12e3046df314224d95d35e76c7f95f1fd886c318 /kde47/rasqal
parenta62347ef7d01249dd68c773c73b92340059aa805 (diff)
downloadnutyx-pakxe-7257b85537d8eebe8635aafbf62f3b3cd29219e3.tar.gz
nutyx-pakxe-7257b85537d8eebe8635aafbf62f3b3cd29219e3.tar.bz2
nutyx-pakxe-7257b85537d8eebe8635aafbf62f3b3cd29219e3.tar.xz
nutyx-pakxe-7257b85537d8eebe8635aafbf62f3b3cd29219e3.zip
kde47 ajout
Diffstat (limited to 'kde47/rasqal')
-rw-r--r--kde47/rasqal/.footprint.x86_6421
-rw-r--r--kde47/rasqal/.md5sum.x86_641
-rwxr-xr-xkde47/rasqal/Pkgfile25
3 files changed, 47 insertions, 0 deletions
diff --git a/kde47/rasqal/.footprint.x86_64 b/kde47/rasqal/.footprint.x86_64
new file mode 100644
index 000000000..09e5c57d9
--- /dev/null
+++ b/kde47/rasqal/.footprint.x86_64
@@ -0,0 +1,21 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/rasqal-config
+-rwxr-xr-x root/root usr/bin/roqet
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/rasqal/
+-rw-r--r-- root/root usr/include/rasqal/rasqal.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/librasqal.la
+lrwxrwxrwx root/root usr/lib/librasqal.so -> librasqal.so.2.0.0
+lrwxrwxrwx root/root usr/lib/librasqal.so.2 -> librasqal.so.2.0.0
+-rwxr-xr-x root/root usr/lib/librasqal.so.2.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/rasqal.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/rasqal-config.1.gz
+-rw-r--r-- root/root usr/share/man/man1/roqet.1.gz
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/librasqal.3.gz
diff --git a/kde47/rasqal/.md5sum.x86_64 b/kde47/rasqal/.md5sum.x86_64
new file mode 100644
index 000000000..c4d837d5d
--- /dev/null
+++ b/kde47/rasqal/.md5sum.x86_64
@@ -0,0 +1 @@
+c45b6cd784298e264e8757d14355ecce rasqal-0.9.20.tar.gz
diff --git a/kde47/rasqal/Pkgfile b/kde47/rasqal/Pkgfile
new file mode 100755
index 000000000..8e870dd47
--- /dev/null
+++ b/kde47/rasqal/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Librairies RDF de Redland
+# URL: http://download.librdf.org/source/
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: raptor
+# Run on: raptor
+
+name=rasqal
+version=0.9.20
+release=1
+source=(http://download.librdf.org/source/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-static \
+ --enable-release \
+ --enable-pcre \
+ --enable-xml \
+ --enable-xml2
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}