From 7257b85537d8eebe8635aafbf62f3b3cd29219e3 Mon Sep 17 00:00:00 2001 From: orchidman Date: Fri, 29 Jul 2011 10:35:46 +0200 Subject: kde47 ajout --- kde47/rasqal/.footprint.x86_64 | 21 +++++++++++++++++++++ kde47/rasqal/.md5sum.x86_64 | 1 + kde47/rasqal/Pkgfile | 25 +++++++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 kde47/rasqal/.footprint.x86_64 create mode 100644 kde47/rasqal/.md5sum.x86_64 create mode 100755 kde47/rasqal/Pkgfile (limited to 'kde47/rasqal') 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 +} -- cgit v1.2.3-70-g09d2