diff options
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 +} |