core/libungif/Pkgfile

17 lines
406 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: An uncompressed GIF library compatible with giflib
# URL: http://libungif.sourceforge.net/doc/
# Maintainer: Per Lid<69>n <per@fukt.bth.se>
name=libungif
version=4.1.4
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/bin
}