milis/talimatname/genel/gdk-pixbuf/talimat

22 lines
598 B
Plaintext
Raw Normal View History

2017-03-24 08:53:25 +01:00
# Description: Gdk Pixbuf, görüntü yükleme ve piksel tampon manipülasyonu için bir araç takımıdır.
2016-02-24 01:27:23 +01:00
# URL: http://www.gtk.org/
2016-07-20 16:47:15 +02:00
# Packager: milisarge
2017-01-31 01:37:09 +01:00
# Depends on: gobject-introspection jasper xorg-libxcomposite libtiff libpng libjpeg-turbo
2016-02-24 01:27:23 +01:00
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
2017-01-31 01:37:09 +01:00
}