From 52220c20cfd55d9200e78845d3cb3af82dca2f9e Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 26 Feb 2010 23:18:34 +0100 Subject: imlib dans test --- test/imlib/.md5sum | 1 + test/imlib/Pkgfile | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 test/imlib/.md5sum create mode 100755 test/imlib/Pkgfile (limited to 'test') 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 +} -- cgit v1.2.3-54-g00ecf