diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:18:34 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:18:34 +0100 |
commit | 52220c20cfd55d9200e78845d3cb3af82dca2f9e (patch) | |
tree | 5bdd3ad158f3b9c0afb06672948adb0deecbd853 /test | |
parent | 15a436fa416945dc37edd8f65660793207ced4e7 (diff) | |
download | nutyx-pakxe-52220c20cfd55d9200e78845d3cb3af82dca2f9e.tar.gz nutyx-pakxe-52220c20cfd55d9200e78845d3cb3af82dca2f9e.tar.bz2 nutyx-pakxe-52220c20cfd55d9200e78845d3cb3af82dca2f9e.tar.xz nutyx-pakxe-52220c20cfd55d9200e78845d3cb3af82dca2f9e.zip |
imlib dans test
Diffstat (limited to 'test')
-rw-r--r-- | test/imlib/.md5sum | 1 | ||||
-rwxr-xr-x | test/imlib/Pkgfile | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/test/imlib/.md5sum b/test/imlib/.md5sum new file mode 100644 index 000000000..6a1c05fd1 --- /dev/null +++ b/test/imlib/.md5sum @@ -0,0 +1 @@ +7db987e6c52e4daf70d7d0f471238eae imlib-1.9.15.tar.bz2 diff --git a/test/imlib/Pkgfile b/test/imlib/Pkgfile new file mode 100755 index 000000000..0e1a4baff --- /dev/null +++ b/test/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, libjpeg, libpng, giflib, libtiff, xorg-libxext + +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 +} |