diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-07-15 18:58:09 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-15 22:20:58 -0300 |
| commit | 1a55ba962449bbde0fc02463bbeecd79390b97a6 (patch) | |
| tree | a944a391a8f66f94261ab0556d98b7ae32a65bba /testing | |
| parent | 5c87fab1ba54d667299b0e538c87228998dfd97a (diff) | |
| download | aports-1a55ba962449bbde0fc02463bbeecd79390b97a6.tar.bz2 aports-1a55ba962449bbde0fc02463bbeecd79390b97a6.tar.xz | |
testing/gdal: add libexpat support
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/gdal/APKBUILD | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/testing/gdal/APKBUILD b/testing/gdal/APKBUILD index dbe13ed196..8aa65dd689 100644 --- a/testing/gdal/APKBUILD +++ b/testing/gdal/APKBUILD @@ -2,12 +2,11 @@ # Maintainer: Trevor R.H. Clarke <trevor@notcows.com> pkgname=gdal pkgver=2.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="A translator library for raster and vector geospatial data formats" -url="http://gdal.org" +url="https://gdal.org" arch="all" license="MIT" -depends="" depends_dev="gdal" makedepends=" curl-dev @@ -23,6 +22,7 @@ makedepends=" swig tiff-dev zlib-dev + expat-dev " subpackages=" $pkgname-dev @@ -30,11 +30,8 @@ subpackages=" " source="http://download.osgeo.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz" -builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" - ./configure --prefix=/usr \ --with-curl=/usr/bin/curl-config make @@ -44,8 +41,6 @@ build() { } package() { - cd "$builddir" - make DESTDIR="$pkgdir" install chmod -x "$pkgdir"/usr/include/*.h } @@ -64,7 +59,6 @@ py() { check() { # TODO: https://trac.osgeo.org/gdal/wiki/TestingNotes - cd "$builddir" apps/gdal-config --version | grep "$pkgver" # confirms MBTiles support |
