From c9de9effbb5e0c0117bd6e376bab167f5ddf8f8e Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sun, 23 Aug 2009 21:14:20 +0200 Subject: Ajout de redland#1.0.8-1 --- kde/redland/.footprint | 45 +++++++++++++++++++++++++++++++++++++++++++++ kde/redland/.md5sum | 1 + kde/redland/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 kde/redland/.footprint create mode 100644 kde/redland/.md5sum create mode 100755 kde/redland/Pkgfile (limited to 'kde/redland') diff --git a/kde/redland/.footprint b/kde/redland/.footprint new file mode 100644 index 000000000..b75861fa6 --- /dev/null +++ b/kde/redland/.footprint @@ -0,0 +1,45 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/rdfproc +-rwxr-xr-x root/root usr/bin/redland-config +-rwxr-xr-x root/root usr/bin/redland-db-upgrade +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/librdf.h +-rw-r--r-- root/root usr/include/rdf_concepts.h +-rw-r--r-- root/root usr/include/rdf_digest.h +-rw-r--r-- root/root usr/include/rdf_hash.h +-rw-r--r-- root/root usr/include/rdf_init.h +-rw-r--r-- root/root usr/include/rdf_iterator.h +-rw-r--r-- root/root usr/include/rdf_log.h +-rw-r--r-- root/root usr/include/rdf_model.h +-rw-r--r-- root/root usr/include/rdf_node.h +-rw-r--r-- root/root usr/include/rdf_parser.h +-rw-r--r-- root/root usr/include/rdf_query.h +-rw-r--r-- root/root usr/include/rdf_serializer.h +-rw-r--r-- root/root usr/include/rdf_statement.h +-rw-r--r-- root/root usr/include/rdf_storage.h +-rw-r--r-- root/root usr/include/rdf_stream.h +-rw-r--r-- root/root usr/include/rdf_uri.h +-rw-r--r-- root/root usr/include/rdf_utf8.h +-rw-r--r-- root/root usr/include/redland.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/librdf.a +-rwxr-xr-x root/root usr/lib/librdf.la +lrwxrwxrwx root/root usr/lib/librdf.so -> librdf.so.0.0.0 +lrwxrwxrwx root/root usr/lib/librdf.so.0 -> librdf.so.0.0.0 +-rwxr-xr-x root/root usr/lib/librdf.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/redland.pc +drwxr-xr-x root/root usr/lib/redland/ +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/rdfproc.1.gz +-rw-r--r-- root/root usr/share/man/man1/redland-config.1.gz +-rw-r--r-- root/root usr/share/man/man1/redland-db-upgrade.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/redland.3.gz +drwxr-xr-x root/root usr/share/redland/ +-rw-r--r-- root/root usr/share/redland/Redland.i +-rw-r--r-- root/root usr/share/redland/mysql-v1.ttl +-rw-r--r-- root/root usr/share/redland/mysql-v2.ttl diff --git a/kde/redland/.md5sum b/kde/redland/.md5sum new file mode 100644 index 000000000..0d9735c48 --- /dev/null +++ b/kde/redland/.md5sum @@ -0,0 +1 @@ +ca66e26082cab8bb817185a116db809b redland-1.0.8.tar.gz diff --git a/kde/redland/Pkgfile b/kde/redland/Pkgfile new file mode 100755 index 000000000..7aa52271f --- /dev/null +++ b/kde/redland/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: raptor, rasqal + +name=redland +version=1.0.8 +release=1 +source=(http://download.librdf.org/source/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/gtk-doc +} -- cgit v1.2.3-70-g09d2