# Contributor: Grigorios Bouzakis pkgname=giflib pkgver=4.1.6 pkgrel=1 pkgdesc="A library for reading and writing gif images" url="http://sourceforge.net/projects/giflib/" arch=('i686' 'x86_64') license=('MIT') depends=('libx11' 'libsm') provides=('libungif') replaces=('libungif') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/giflib/$pkgname-$pkgver.tar.bz2) md5sums=('7125644155ae6ad33dbc9fc15a14735f') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/LICENSE }