summaryrefslogtreecommitdiffstats
path: root/extra/redland/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:52 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:52 +0200
commitecd0e2206c4890c16cfb80284987c6f36230df9a (patch)
tree5127fce039afc9f009aebe34cb6b744ff7d7a18b /extra/redland/Pkgfile
parent4fc3ac7641bd870df207f6ea02f52e2ccae1fbb8 (diff)
downloadnutyx-extra-ecd0e2206c4890c16cfb80284987c6f36230df9a.tar.gz
nutyx-extra-ecd0e2206c4890c16cfb80284987c6f36230df9a.tar.bz2
nutyx-extra-ecd0e2206c4890c16cfb80284987c6f36230df9a.tar.xz
nutyx-extra-ecd0e2206c4890c16cfb80284987c6f36230df9a.zip
redland dans extra
Diffstat (limited to 'extra/redland/Pkgfile')
-rwxr-xr-xextra/redland/Pkgfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/extra/redland/Pkgfile b/extra/redland/Pkgfile
new file mode 100755
index 000000000..f4138af60
--- /dev/null
+++ b/extra/redland/Pkgfile
@@ -0,0 +1,27 @@
+# Description: Librairies RDF de Redland
+# URL: http://download.librdf.org/source/
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: raptor, db, sqlite3, unixodbc, mpfr, libpostgresql, mysqlclient, curl, gtk-doc, libxslt, mpfr, rasqal, unixodbc
+# Run on: raptor,db,sqlite3,unixodbc,mpfr,libpostgresql,mysqlclient,curl,gtk-doc,libxslt,mpfr,rasqal,unixodbc
+
+name=redland
+version=1.0.12
+release=1
+source=(http://download.librdf.org/source/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr \
+ --enable-release \
+ --enable-static \
+ --sysconfdir=/etc \
+ --with-raptor=system \
+ --with-rasqual=system \
+ --with-sqlite=3
+
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}