summaryrefslogtreecommitdiffstats
path: root/extra/libgd/Pkgfile
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/libgd/Pkgfile
parent784c1d230a4383b8366a18ce5eed4622d27d59dc (diff)
downloadnutyx-extra-d8fabcd63c96ae185e6cecf7bad175e7ffa77f9f.tar.gz
nutyx-extra-d8fabcd63c96ae185e6cecf7bad175e7ffa77f9f.tar.bz2
nutyx-extra-d8fabcd63c96ae185e6cecf7bad175e7ffa77f9f.tar.xz
nutyx-extra-d8fabcd63c96ae185e6cecf7bad175e7ffa77f9f.zip
Ajout de libgd#2.0.35-1
Diffstat (limited to 'extra/libgd/Pkgfile')
-rw-r--r--extra/libgd/Pkgfile18
1 files changed, 18 insertions, 0 deletions
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
+}
+