summaryrefslogtreecommitdiff
path: root/gdk-pixbuf1/Pkgfile
blob: 4aaee37d0103fe71761832dfee91790fbd8c758d (plain)
    1 # Description: GdkPixbuf uses Libart to apply generalized affine transformations to images.
    2 # URL: http://developer.gnome.org/arch/imaging/gdkpixbuf.html
    3 # Maintainer: Danny Rawlins, monster dot romster at gmail dot com
    4 # Packager: Danny Rawlins, monster dot romster at gmail dot com
    5 # Depends on: gtk1 libpng libtiff
    6 
    7 name=gdk-pixbuf1
    8 version=0.22.0
    9 release=1
   10 source=(http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/${version%.*}/gdk-pixbuf-$version.tar.bz2)
   11 
   12 build() {
   13 	cd gdk-pixbuf-$version
   14 
   15 	./configure \
   16 		--prefix=/usr \
   17 		--mandir=/usr/man \
   18 		--disable-gnome
   19 
   20 	make
   21 	make DESTDIR=$PKG install
   22 	sed -i -e "s|-L$PKG/usr/lib||g" $PKG/usr/lib/*.la
   23 	rm -r $PKG/usr/share/gnome
   24 }

Generated by cgit