contrib/gdk-pixbuf/Pkgfile

26 lines
769 B
Plaintext
Raw Normal View History

2006-11-30 04:35:26 +01:00
# Description: GdkPixbuf uses Libart to apply generalized affine transformations to images.
# URL: http://developer.gnome.org/arch/imaging/gdkpixbuf.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
2007-01-07 16:00:47 +01:00
# Depends on: libart_lgpl, gtk1, libtiff
2006-11-30 04:35:26 +01:00
name=gdk-pixbuf
version=0.22.0
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/$name-$version.tar.bz2)
build() {
cd $name-$version
export CFLAGS="$CFLAGS -L$PKG/usr/lib"
./configure \
--prefix=/usr \
--disable-gnome
make && make DESTDIR=$PKG install
rm -r $PKG/usr/share/gnome
sed -i -e "s|-L$PKG/usr/lib||g" $PKG/usr/lib/*.la
}