summaryrefslogtreecommitdiffstats
path: root/extra/rarian/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rarian/Pkgfile')
-rw-r--r--extra/rarian/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/rarian/Pkgfile b/extra/rarian/Pkgfile
new file mode 100644
index 000000000..9aa1a40ec
--- /dev/null
+++ b/extra/rarian/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie pour documentation de donnees meta
+# URL: http://rarian.freedesktop.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=rarian
+version=0.8.1
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/rarian/0.8/$name-$version.tar.bz2 \
+ user-segfault.patch)
+
+build() {
+ cd $name-$version
+ patch -p0 -i ../user-segfault.patch
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}