libungif: new maintainer and cleaned up
This commit is contained in:
parent
983bd87266
commit
a18f1e4ebf
@ -1,6 +1,8 @@
|
|||||||
# Description: An uncompressed GIF library compatible with giflib
|
# Description: An uncompressed GIF library compatible with giflib
|
||||||
# URL: http://libungif.sourceforge.net/doc/
|
# URL: http://libungif.sourceforge.net/doc/
|
||||||
# Maintainer: Simone Rota, sip at crux dot nu
|
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
||||||
|
# Packager: Simone Rota, sip at crux dot nu
|
||||||
|
# Depends on:
|
||||||
|
|
||||||
name=libungif
|
name=libungif
|
||||||
version=4.1.4
|
version=4.1.4
|
||||||
@ -8,9 +10,9 @@ release=1
|
|||||||
source=(http://crux.nu/files/distfiles/$name-$version.tar.gz)
|
source=(http://crux.nu/files/distfiles/$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
make prefix=$PKG/usr install
|
make prefix=$PKG/usr install
|
||||||
rm -rf $PKG/usr/bin
|
rm -rf $PKG/usr/bin
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user