mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
added community/geos
This commit is contained in:
parent
a45a2264af
commit
3445dba08c
2 changed files with 77 additions and 0 deletions
39
community/geos/PKGBUILD
Normal file
39
community/geos/PKGBUILD
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
|
||||||
|
# Contributor: William Rea <sillywilly@gmail.com>
|
||||||
|
# Contributor: Alexander Rødseth <rodseth@gmail.com>
|
||||||
|
|
||||||
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
|
# - --disable-inline to fix ARM FTBFS
|
||||||
|
|
||||||
|
pkgname=geos
|
||||||
|
pkgver=3.8.0
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="C++ port of the Java Topology Suite"
|
||||||
|
arch=('x86_64')
|
||||||
|
url="https://trac.osgeo.org/geos/"
|
||||||
|
license=('LGPL')
|
||||||
|
depends=('gcc-libs' 'bash')
|
||||||
|
options=('!emptydirs')
|
||||||
|
changelog=$pkgname.changelog
|
||||||
|
source=(https://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
|
||||||
|
sha256sums=('99114c3dc95df31757f44d2afde73e61b9f742f0b683fd1894cbbee05dda62d5')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${srcdir}"/$pkgname-$pkgver
|
||||||
|
|
||||||
|
./configure --prefix=/usr --disable-inline
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "${srcdir}"/$pkgname-$pkgver
|
||||||
|
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "${srcdir}"/$pkgname-$pkgver
|
||||||
|
|
||||||
|
make DESTDIR="${pkgdir}" install
|
||||||
|
}
|
38
community/geos/geos.changelog
Normal file
38
community/geos/geos.changelog
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
2019-11-22 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.8.0-1
|
||||||
|
|
||||||
|
2019-06-16 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.7.2-1
|
||||||
|
|
||||||
|
2018-12-02 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.7.1-1
|
||||||
|
|
||||||
|
2018-09-30 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.7.0-1
|
||||||
|
|
||||||
|
2018-08-11 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.6.3-1
|
||||||
|
|
||||||
|
2017-08-06 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.6.2-1
|
||||||
|
|
||||||
|
2017-03-04 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.6.1-1
|
||||||
|
|
||||||
|
2015-10-19 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.5.0-1
|
||||||
|
|
||||||
|
2013-09-02 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.4.1-1
|
||||||
|
|
||||||
|
2013-04-20 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.3.8-1
|
||||||
|
|
||||||
|
2013-02-24 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.3.7-1
|
||||||
|
|
||||||
|
2013-01-18 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.3.6-1
|
||||||
|
|
||||||
|
2012-09-06 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
|
* geos 3.3.5-1
|
Loading…
Reference in a new issue