summaryrefslogtreecommitdiffstats
path: root/extra/libgd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgd/Pkgfile')
-rw-r--r--extra/libgd/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/libgd/Pkgfile b/extra/libgd/Pkgfile
deleted file mode 100644
index 33f45b7fb..000000000
--- a/extra/libgd/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-# Run on: xorg-libxpm,libpng,libjpeg,freetype
-
-name=libgd
-version=2.0.35
-release=2
-source=( http://www.libgd.org/releases/gd-$version.tar.gz)
-
-build () {
- cd gd-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-
-