From b09b7996bd35d720fa81977cd17fd4ec437daf07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 28 Sep 2010 07:42:50 +0000 Subject: main/gdk-pixbuf: new aport GDK Pixbuf library http://www.gtk.org/ --- main/gdk-pixbuf/APKBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 main/gdk-pixbuf/APKBUILD (limited to 'main/gdk-pixbuf') diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD new file mode 100644 index 0000000000..1d6cde5bcb --- /dev/null +++ b/main/gdk-pixbuf/APKBUILD @@ -0,0 +1,35 @@ +# Maintainer: Natanael Copa +pkgname=gdk-pixbuf +pkgver=2.22.0 +pkgrel=0 +pkgdesc="GDK Pixbuf library" +url="http://www.gtk.org/" +license="LGPL" +depends= +depends_dev= +makedepends="tiff-dev libpng-dev glib-dev jpeg-dev gobject-introspection" +install= +subpackages="$pkgname-dev $pkgname-doc" +source="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.22/gdk-pixbuf-$pkgver.tar.bz2" + +_builddir="$srcdir"/$pkgname-$pkgver + +prepare() { + cd "$_builddir" +} + +build() { + cd "$_builddir" + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make || return 1 +} + +package() { + cd "$_builddir" + make DESTDIR="$pkgdir" install +} + +md5sums="0447e70f7bada542182d12e6459442b0 gdk-pixbuf-2.22.0.tar.bz2" -- cgit v1.2.3