# Maintainer: Natanael Copa pkgname=giflib pkgver=5.2.1 pkgrel=0 pkgdesc="A library for reading and writing GIF images" url="https://sourceforge.net/projects/giflib/" arch="all" license="MIT" subpackages="$pkgname-dev $pkgname-doc $pkgname-utils" makedepends="xmlto" checkdepends="coreutils" source="https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz giflib-restore-deprecated-functions.patch" build() { cd "$builddir" make CFLAGS="-fPIC" } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" PREFIX=/usr install rm -f "$pkgdir"/usr/lib/*.a } utils() { pkgdesc="Programs for manipulating GIF format image files" mkdir -p "$subpkgdir"/usr mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } sha512sums="4550e53c21cb1191a4581e363fc9d0610da53f7898ca8320f0d3ef6711e76bdda2609c2df15dc94c45e28bff8de441f1227ec2da7ea827cb3c0405af4faa4736 giflib-5.2.1.tar.gz fdc4a46e4a61e15e14ad712f164a3595902da700c3280ef3ec6fae345118c055eefb1eb73bb755078d0ea1f6112fa4a2b8edf9d918017e0bdf413497d15e1eaf giflib-restore-deprecated-functions.patch"