diff options
author | David P <megver83@parabola.nu> | 2018-05-16 15:17:31 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-05-16 15:17:31 -0400 |
commit | 080f32a3a3e1b3044880ce5fac84dc01dabc4f0e (patch) | |
tree | b53232bffaac7ef972856a13b107a4d73ac2d7d1 /libre/mapnik/PKGBUILD | |
parent | 30f40fb91514c592533316a9948e4977572e8230 (diff) | |
download | abslibre-080f32a3a3e1b3044880ce5fac84dc01dabc4f0e.tar.gz abslibre-080f32a3a3e1b3044880ce5fac84dc01dabc4f0e.tar.bz2 abslibre-080f32a3a3e1b3044880ce5fac84dc01dabc4f0e.zip |
remove deprecated [libre] packages
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/mapnik/PKGBUILD')
-rw-r--r-- | libre/mapnik/PKGBUILD | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/libre/mapnik/PKGBUILD b/libre/mapnik/PKGBUILD deleted file mode 100644 index d473ec7e0..000000000 --- a/libre/mapnik/PKGBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# Maintainer (Arch): Jaroslav Lichtblau <svetlemodry@archlinux.org> -# Contributor (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor (Arch): David Dent <thewinch@gmail.com> -# Contributor (Arch): orbisvicis <orbisvicis@gmail.com> -# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> - -pkgname=mapnik -pkgver=3.0.18 -pkgrel=1.parabola1 -pkgdesc="Free Toolkit for developing mapping applications and rendering beautiful maps, without nonfree mod_fastcgi recommendation" -arch=('x86_64' 'i686' 'armv7h') -url="http://mapnik.org/" -license=('LGPL') -depends=('boost-libs' 'icu' 'libpng' 'libjpeg-turbo' 'libtiff' 'freetype2' - 'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'python2-cairo' - 'postgresql-libs' 'postgis' 'gdal' 'curl' 'libtool') -makedepends=('scons' 'boost' 'git') -optdepends=('libxslt: Web Map Service' - 'python2-lxml: Web Map Service' - 'python2-pillow: Web Map Service' - 'python-nose: Web Map Service' - 'apache: Web Map Service' - 'mod_fcgid: Web Map Service - or:' - 'mod_wsgi2: Web Map Service') -install=$pkgname.install -source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2) -sha256sums=('18b9ceef70e5922dd7b392cff841d473c121c907b04cb7d4f8af0aa96664d919') - -build() { - cd "${srcdir}"/$pkgname-v$pkgver - - PYTHON=python2 - scons configure \ - PREFIX="/usr" \ - INPUT_PLUGINS=all \ - XMLPARSER=libxml2 \ - DESTDIR="$pkgdir" \ - CUSTOM_CXXFLAGS="-DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL" - scons -j1 # $MAKEFLAGS -} - -package(){ - cd "${srcdir}"/$pkgname-v$pkgver - scons install -} |