giflib: initial import (replaces libungif which has been removed, fix for FS#608)

This commit is contained in:
Jose V Beneyto 2012-10-06 08:52:06 +02:00
parent 54171b30dd
commit 7ef49976fe
6 changed files with 41 additions and 28 deletions

20
giflib/.footprint Normal file
View File

@ -0,0 +1,20 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gif2raw
-rwxr-xr-x root/root usr/bin/gif2rgb
-rwxr-xr-x root/root usr/bin/gifbuild
-rwxr-xr-x root/root usr/bin/gifclrmp
-rwxr-xr-x root/root usr/bin/gifecho
-rwxr-xr-x root/root usr/bin/giffix
-rwxr-xr-x root/root usr/bin/gifinter
-rwxr-xr-x root/root usr/bin/gifinto
-rwxr-xr-x root/root usr/bin/giftext
-rwxr-xr-x root/root usr/bin/giftool
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/gif_lib.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libgif.a
-rwxr-xr-x root/root usr/lib/libgif.la
lrwxrwxrwx root/root usr/lib/libgif.so -> libgif.so.6.0.0
lrwxrwxrwx root/root usr/lib/libgif.so.6 -> libgif.so.6.0.0
-rwxr-xr-x root/root usr/lib/libgif.so.6.0.0

1
giflib/.md5sum Normal file
View File

@ -0,0 +1 @@
2f3c8dc8391cd77c15b5ba68af94932c giflib-5.0.0.tar.bz2

20
giflib/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: A compressed GIF library compatible with libungif
# URL: http://giflib.sourceforge.net
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
# Depends on:
name=giflib
version=5.0.0
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
}

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/gif_lib.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libungif.a
-rwxr-xr-x root/root usr/lib/libungif.la
lrwxrwxrwx root/root usr/lib/libungif.so -> libungif.so.4.1.4
lrwxrwxrwx root/root usr/lib/libungif.so.4 -> libungif.so.4.1.4
-rwxr-xr-x root/root usr/lib/libungif.so.4.1.4

View File

@ -1 +0,0 @@
efdfcf8e32e35740288a8c5625a70ccb libungif-4.1.4.tar.gz

View File

@ -1,18 +0,0 @@
# Description: An uncompressed GIF library compatible with giflib
# 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
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
}