summaryrefslogtreecommitdiffstats
path: root/kde/redland
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-23 21:14:20 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-23 21:14:20 +0200
commitc9de9effbb5e0c0117bd6e376bab167f5ddf8f8e (patch)
treee62ec31b4261ae59d420a73acd8324ecf003f441 /kde/redland
parent0abce5859558f35c18737baf02f104d17dc91139 (diff)
downloadnutyx-extra-c9de9effbb5e0c0117bd6e376bab167f5ddf8f8e.tar.gz
nutyx-extra-c9de9effbb5e0c0117bd6e376bab167f5ddf8f8e.tar.bz2
nutyx-extra-c9de9effbb5e0c0117bd6e376bab167f5ddf8f8e.tar.xz
nutyx-extra-c9de9effbb5e0c0117bd6e376bab167f5ddf8f8e.zip
Ajout de redland#1.0.8-1
Diffstat (limited to 'kde/redland')
-rw-r--r--kde/redland/.footprint45
-rw-r--r--kde/redland/.md5sum1
-rwxr-xr-xkde/redland/Pkgfile19
3 files changed, 65 insertions, 0 deletions
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
+}