opt/libungif/Pkgfile
2007-11-27 21:21:41 +01:00

17 lines
397 B
Plaintext

# Description: An uncompressed GIF library compatible with giflib
# URL: http://libungif.sourceforge.net/doc/
# Maintainer: Simone Rota, sip at crux dot nu
name=libungif
version=4.1.4
release=1
source=(http://crux.nu/files/distfiles/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/bin
}