summaryrefslogtreecommitdiff
path: root/imlib/Pkgfile
blob: 91e4b7e1fbadc810e36a77a6d0409d9a81365d11 (plain)
    1 # Description: An image loading and rendering library for X11R6.
    2 # URL: http://ftp.acc.umu.se/pub/GNOME/sources/imlib/1.9/
    3 # Maintainer: Danny Rawlins, monster dot romster at gmail dot com
    4 # Packager: Daniel Mueller, daniel at danm dot de
    5 # Depends on: gtk1 libungif libtiff libpng
    6 
    7 name=imlib
    8 version=1.9.15
    9 release=1
   10 source=(http://ftp.gnome.org/pub/GNOME/sources/imlib/${version%.*}/imlib-$version.tar.bz2
   11 	imlib-$version.patch)
   12 
   13 build() {
   14 	cd imlib-$version
   15 
   16 	# Security patch
   17 	patch -p 1 -i $SRC/imlib-$version.patch
   18 
   19 	./configure \
   20 		--prefix=/usr \
   21 		--disable-modules
   22 
   23 	make
   24 	make DESTDIR=$PKG install
   25 }

Generated by cgit