summaryrefslogtreecommitdiffstats
path: root/extra/libgd/Pkgfile
diff options
context:
space:
mode:
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
+}
+