summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorOlivier DOSSMANN <blankoworld@wanadoo.fr>2009-11-18 09:46:58 +0100
committerOlivier DOSSMANN <blankoworld@wanadoo.fr>2009-11-18 09:46:58 +0100
commitd8fabcd63c96ae185e6cecf7bad175e7ffa77f9f (patch)
tree080429a65d449692b1f1209c62ec8e2d6ba607df /extra
parent784c1d230a4383b8366a18ce5eed4622d27d59dc (diff)
downloadnutyx-pakxe-d8fabcd63c96ae185e6cecf7bad175e7ffa77f9f.tar.gz
nutyx-pakxe-d8fabcd63c96ae185e6cecf7bad175e7ffa77f9f.tar.bz2
nutyx-pakxe-d8fabcd63c96ae185e6cecf7bad175e7ffa77f9f.tar.xz
nutyx-pakxe-d8fabcd63c96ae185e6cecf7bad175e7ffa77f9f.zip
Ajout de libgd#2.0.35-1
Diffstat (limited to 'extra')
-rw-r--r--extra/libgd/.footprint32
-rw-r--r--extra/libgd/.md5sum1
-rw-r--r--extra/libgd/Pkgfile18
3 files changed, 51 insertions, 0 deletions
diff --git a/extra/libgd/.footprint b/extra/libgd/.footprint
new file mode 100644
index 000000000..ce6cca54f
--- /dev/null
+++ b/extra/libgd/.footprint
@@ -0,0 +1,32 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/annotate
+-rwxr-xr-x root/root usr/bin/bdftogd
+-rwxr-xr-x root/root usr/bin/gd2copypal
+-rwxr-xr-x root/root usr/bin/gd2togif
+-rwxr-xr-x root/root usr/bin/gd2topng
+-rwxr-xr-x root/root usr/bin/gdcmpgif
+-rwxr-xr-x root/root usr/bin/gdlib-config
+-rwxr-xr-x root/root usr/bin/gdparttopng
+-rwxr-xr-x root/root usr/bin/gdtopng
+-rwxr-xr-x root/root usr/bin/giftogd2
+-rwxr-xr-x root/root usr/bin/pngtogd
+-rwxr-xr-x root/root usr/bin/pngtogd2
+-rwxr-xr-x root/root usr/bin/webpng
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/entities.h
+-rw-r--r-- root/root usr/include/gd.h
+-rw-r--r-- root/root usr/include/gd_io.h
+-rw-r--r-- root/root usr/include/gdcache.h
+-rw-r--r-- root/root usr/include/gdfontg.h
+-rw-r--r-- root/root usr/include/gdfontl.h
+-rw-r--r-- root/root usr/include/gdfontmb.h
+-rw-r--r-- root/root usr/include/gdfonts.h
+-rw-r--r-- root/root usr/include/gdfontt.h
+-rw-r--r-- root/root usr/include/gdfx.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libgd.a
+-rwxr-xr-x root/root usr/lib/libgd.la
+lrwxrwxrwx root/root usr/lib/libgd.so -> libgd.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libgd.so.2 -> libgd.so.2.0.0
+-rwxr-xr-x root/root usr/lib/libgd.so.2.0.0
diff --git a/extra/libgd/.md5sum b/extra/libgd/.md5sum
new file mode 100644
index 000000000..cdec016e1
--- /dev/null
+++ b/extra/libgd/.md5sum
@@ -0,0 +1 @@
+982963448dc36f20cb79b6e9ba6fdede gd-2.0.35.tar.gz
diff --git a/extra/libgd/Pkgfile b/extra/libgd/Pkgfile
new file mode 100644
index 000000000..bb74cd9b6
--- /dev/null
+++ b/extra/libgd/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Bibliothèques GD
+# Packager: Antti Nykanen <aon at iki dot fi>
+# Maintainer: Blankoworld <blankoworld at wanadoo dot fr>
+# URL: http://www.libgd.org
+# Depends on: xorg-libxpm, libpng, libjpeg, freetype
+
+name=libgd
+version=2.0.35
+release=1
+source=( http://www.libgd.org/releases/gd-$version.tar.gz )
+
+build () {
+ cd gd-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+