# Description: A compressed GIF library compatible with libungif # URL: https://giflib.sourceforge.net # Maintainer: Tim Biermann, tbier at posteo dot de name=giflib version=5.2.1 release=1 source=(https://sourceforge.net/projects/giflib/files/$name-$version.tar.gz) build() { cd $name-$version make make PREFIX=$PKG/usr install # We only want the library and no manpages rm -rf $PKG/usr/share }