summaryrefslogtreecommitdiff
path: root/gdk-pixbuf-32/Pkgfile
blob: 552959b35d7d24c326ea98477936f810d86fc8bb (plain)
    1 # Description: An image loading library for GTK+
    2 # URL: http://www.gtk.org/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: glib-32 xorg-libx11-32 libpng-32 libtiff-32 libjpeg-32 gdk-pixbuf
    5 
    6 name=gdk-pixbuf-32
    7 version=2.30.8
    8 release=1
    9 source=(http://download.gnome.org/sources/gdk-pixbuf/${version%.*}/gdk-pixbuf-$version.tar.xz)
   10 
   11 build() {
   12 	cd gdk-pixbuf-$version
   13 
   14 	./configure \
   15 		--prefix=/usr \
   16 		--mandir=/usr/man \
   17 		--libdir=/usr/lib32 \
   18 		--without-libjasper \
   19 		--disable-nls \
   20 		--with-x11
   21 
   22 	make
   23 	make DESTDIR=$PKG install
   24 
   25 	mv $PKG/usr/bin/gdk-pixbuf-query-loaders $PKG/usr/bin/gdk-pixbuf-query-loaders-32
   26 	rm $PKG/usr/bin/{gdk-pixbuf-pixdata,gdk-pixbuf-csource}
   27 	rm -r $PKG/usr/{include,man} $PKG/usr/share/gtk-doc
   28 }

Generated by cgit