opt/giflib/Pkgfile

19 lines
415 B
Plaintext
Raw Normal View History

# Description: A compressed GIF library compatible with libungif
# URL: http://giflib.sourceforge.net
2018-02-12 23:49:59 +01:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru
# Depends on:
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() {
2019-07-24 19:20:28 +02:00
cd $name-$version
make
make PREFIX=$PKG/usr install
2019-07-24 19:20:28 +02:00
#We only want the library and no manpages
rm -rf $PKG/usr/share
}