# Description: A compressed GIF library compatible with libungif
# URL: https://giflib.sourceforge.net
# Maintainer: Tim Biermann, tbier at posteo dot de

name=giflib
version=6.1.3
release=1
source=(https://sourceforge.net/projects/giflib/files/$name-$version.tar.gz)

build() {
  cd $name-$version

  sed -i -e '/^install: all /s/ install-doc//' Makefile
  make
  make PREFIX=$PKG/usr install

  install -vDm 644 doc/*.1 -t $PKG/usr/share/man/man1/
  install -vDm 644 doc/*.7 -t $PKG/usr/share/man/man7/
}
