opt/giflib/Pkgfile

18 lines
400 B
Plaintext
Raw Normal View History

# Description: A compressed GIF library compatible with libungif
# URL: http://giflib.sourceforge.net
2021-01-30 16:31:29 +01:00
# Maintainer: Tim Biermann, tbier at posteo dot de
name=giflib
2019-07-24 19:20:28 +02:00
version=5.2.1
release=1
2019-07-24 19:20:28 +02:00
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
build() {
2021-01-30 16:31:29 +01:00
cd $name-$version
make
make PREFIX=$PKG/usr install
2021-01-30 16:31:29 +01:00
# We only want the library and no manpages
rm -rf $PKG/usr/share
}