diff options
author | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 12:18:13 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 12:18:13 +0200 |
commit | 6639e57dee61456482fc6f2f08b8c403d8408954 (patch) | |
tree | 80f74c4af316279f7bae96f70cf7a00b61b4650a /rarian/Pkgfile | |
parent | d66554ce802b565dd6d0d3affdd509131d17199b (diff) | |
download | nutyx-pakxe-6639e57dee61456482fc6f2f08b8c403d8408954.tar.gz nutyx-pakxe-6639e57dee61456482fc6f2f08b8c403d8408954.tar.bz2 nutyx-pakxe-6639e57dee61456482fc6f2f08b8c403d8408954.tar.xz nutyx-pakxe-6639e57dee61456482fc6f2f08b8c403d8408954.zip |
rarian, ajout
Diffstat (limited to 'rarian/Pkgfile')
-rw-r--r-- | rarian/Pkgfile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/rarian/Pkgfile b/rarian/Pkgfile new file mode 100644 index 000000000..94b3cf748 --- /dev/null +++ b/rarian/Pkgfile @@ -0,0 +1,24 @@ +# Description: Librairie pour documentation de donnees meta +# URL: http://rarian.freedesktop.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libxslt +# Run on: libxslt + +name=rarian +version=0.8.1 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/rarian/0.8/$name-$version.tar.bz2 \ + http://nutyx.meticul.eu/files/patchs/$name/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 +} + |