libungif: new maintainer and cleaned up

This commit is contained in:
JoseVBeneyto 2009-01-12 09:13:52 +00:00
parent 983bd87266
commit a18f1e4ebf

View File

@ -1,6 +1,8 @@
# Description: An uncompressed GIF library compatible with giflib
# URL: http://libungif.sourceforge.net/doc/
# Maintainer: Simone Rota, sip at crux dot nu
# URL: http://libungif.sourceforge.net/doc/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on:
name=libungif
version=4.1.4
@ -8,9 +10,9 @@ 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
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/bin
}