summaryrefslogtreecommitdiffstats
path: root/extra/giflib
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 22:01:27 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 22:01:27 +0200
commit67fd7b9c05109f0cf6e696b608c911958d1ec413 (patch)
tree7c24f25ae5fdb3cb5aa63e7910f718013fd8357e /extra/giflib
parentb4196a066ad15b4242588804730f5910cb3c5219 (diff)
downloadnutyx-pakxe-67fd7b9c05109f0cf6e696b608c911958d1ec413.tar.gz
nutyx-pakxe-67fd7b9c05109f0cf6e696b608c911958d1ec413.tar.bz2
nutyx-pakxe-67fd7b9c05109f0cf6e696b608c911958d1ec413.tar.xz
nutyx-pakxe-67fd7b9c05109f0cf6e696b608c911958d1ec413.zip
Ajout de giflib#4.1.6-1
Diffstat (limited to 'extra/giflib')
-rw-r--r--extra/giflib/.footprint40
-rw-r--r--extra/giflib/.md5sum1
-rwxr-xr-xextra/giflib/Pkgfile22
3 files changed, 63 insertions, 0 deletions
diff --git a/extra/giflib/.footprint b/extra/giflib/.footprint
new file mode 100644
index 000000000..8adceaa5c
--- /dev/null
+++ b/extra/giflib/.footprint
@@ -0,0 +1,40 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/gif2epsn
+-rwxr-xr-x root/root usr/bin/gif2ps
+-rwxr-xr-x root/root usr/bin/gif2rgb
+-rwxr-xr-x root/root usr/bin/gif2x11
+-rwxr-xr-x root/root usr/bin/gifasm
+-rwxr-xr-x root/root usr/bin/gifbg
+-rwxr-xr-x root/root usr/bin/gifburst
+-rwxr-xr-x root/root usr/bin/gifclip
+-rwxr-xr-x root/root usr/bin/gifclrmp
+-rwxr-xr-x root/root usr/bin/gifcolor
+-rwxr-xr-x root/root usr/bin/gifcomb
+-rwxr-xr-x root/root usr/bin/gifcompose
+-rwxr-xr-x root/root usr/bin/giffiltr
+-rwxr-xr-x root/root usr/bin/giffix
+-rwxr-xr-x root/root usr/bin/gifflip
+-rwxr-xr-x root/root usr/bin/gifhisto
+-rwxr-xr-x root/root usr/bin/gifinfo
+-rwxr-xr-x root/root usr/bin/gifinter
+-rwxr-xr-x root/root usr/bin/gifinto
+-rwxr-xr-x root/root usr/bin/gifovly
+-rwxr-xr-x root/root usr/bin/gifpos
+-rwxr-xr-x root/root usr/bin/gifrotat
+-rwxr-xr-x root/root usr/bin/gifrsize
+-rwxr-xr-x root/root usr/bin/gifspnge
+-rwxr-xr-x root/root usr/bin/giftext
+-rwxr-xr-x root/root usr/bin/gifwedge
+-rwxr-xr-x root/root usr/bin/icon2gif
+-rwxr-xr-x root/root usr/bin/raw2gif
+-rwxr-xr-x root/root usr/bin/rgb2gif
+-rwxr-xr-x root/root usr/bin/text2gif
+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.4.1.6
+lrwxrwxrwx root/root usr/lib/libgif.so.4 -> libgif.so.4.1.6
+-rwxr-xr-x root/root usr/lib/libgif.so.4.1.6
diff --git a/extra/giflib/.md5sum b/extra/giflib/.md5sum
new file mode 100644
index 000000000..c66eb816a
--- /dev/null
+++ b/extra/giflib/.md5sum
@@ -0,0 +1 @@
+7125644155ae6ad33dbc9fc15a14735f giflib-4.1.6.tar.bz2
diff --git a/extra/giflib/Pkgfile b/extra/giflib/Pkgfile
new file mode 100755
index 000000000..38d584d66
--- /dev/null
+++ b/extra/giflib/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairies pour lire et écrire des éléments gif
+# URL: http://giflib.sourceforge.net/doc/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=giflib
+version=4.1.6
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --disable-debug
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/doc
+}