summaryrefslogtreecommitdiffstats
path: root/extra/gdal/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gdal/Pkgfile')
-rw-r--r--extra/gdal/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/gdal/Pkgfile b/extra/gdal/Pkgfile
deleted file mode 100644
index 784597364..000000000
--- a/extra/gdal/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: A translator library for raster geospatial data formats
-# URL: http://www.gdal.org
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-
-name=gdal
-version=1.7.1
-release=1
-source=(http://download.osgeo.org/$name/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --disable-nls
-
- make
- make DESTDIR=$PKG install
-}
-