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, 19 insertions, 0 deletions
diff --git a/extra/gdal/Pkgfile b/extra/gdal/Pkgfile
new file mode 100644
index 000000000..1a700ec0d
--- /dev/null
+++ b/extra/gdal/Pkgfile
@@ -0,0 +1,19 @@
+# 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.6.2
+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
+}
+