diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 23:19:54 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 23:19:54 +0200 |
commit | 750225aa9bccf83234fc746e3e864908fac312fa (patch) | |
tree | 168c6e75e2f7ecdcea3540c3431b38a418293405 /extra/imlib/Pkgfile | |
parent | ee591f8d43368136401e4205062fc576c6e3146b (diff) | |
download | nutyx-pakxe-750225aa9bccf83234fc746e3e864908fac312fa.tar.gz nutyx-pakxe-750225aa9bccf83234fc746e3e864908fac312fa.tar.bz2 nutyx-pakxe-750225aa9bccf83234fc746e3e864908fac312fa.tar.xz nutyx-pakxe-750225aa9bccf83234fc746e3e864908fac312fa.zip |
Ajout de imlib#1.9.15-1
Diffstat (limited to 'extra/imlib/Pkgfile')
-rwxr-xr-x | extra/imlib/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/imlib/Pkgfile b/extra/imlib/Pkgfile new file mode 100755 index 000000000..eaa4947a4 --- /dev/null +++ b/extra/imlib/Pkgfile @@ -0,0 +1,21 @@ +# Description: Librairie pour la gestion d'images +# URL: http://ftp.acc.umu.se/pub/GNOME/sources/imlib/1.9/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libxklavier + +name=imlib +version=1.9.15 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/$name/1.9/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc/imlib\ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --disable-gtk-doc + make + make DESTDIR=$PKG install +} |