# Maintainer: Natanael Copa pkgname=giflib pkgver=5.1.9 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.bz2 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 } utils() { pkgdesc="Programs for manipulating GIF format image files" mkdir -p "$subpkgdir"/usr mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } sha512sums="f1e0c91fb90c7bf3f2b073f79b1bd4041df5178ff2e5b93975158fc2c6dd6c8ac888f8ff95c3a1804f988ce09154539c20a3196a40704b4d42a0f5846155e0ea giflib-5.1.9.tar.bz2 fdc4a46e4a61e15e14ad712f164a3595902da700c3280ef3ec6fae345118c055eefb1eb73bb755078d0ea1f6112fa4a2b8edf9d918017e0bdf413497d15e1eaf giflib-restore-deprecated-functions.patch"