milis/talimatname/genel/gdk-pixbuf/talimat

22 lines
598 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Gdk Pixbuf, görüntü yükleme ve piksel tampon manipülasyonu için bir araç takımıdır.
# URL: http://www.gtk.org/
# Packager: milisarge
# Depends on: gobject-introspection jasper xorg-libxcomposite libtiff libpng libjpeg-turbo
name=gdk-pixbuf
version=2.32.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/etc \
-with-x11 --with-libjasper
make
make DESTDIR=$PKG install
mkdir -p $PKG/etc/gtk-2.0
}