opt/giflib/Pkgfile

20 lines
446 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
2016-07-13 10:15:48 +02:00
version=5.1.4
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
sed 's|SUBDIRS =.*|SUBDIRS = lib util|' -i Makefile
make
make prefix=$PKG/usr install
}