void-packages/srcpkgs/geos/template
2021-02-02 22:27:12 -06:00

23 lines
679 B
Bash

# Template file for 'geos'
pkgname=geos
version=3.9.0
revision=1
build_style=gnu-configure
short_desc="C++ port of the Java Topology Suite (JTS)"
maintainer="Nyx70 <n.y.x@bluewin.ch>"
license="LGPL-2.1-or-later"
homepage="https://trac.osgeo.org/geos"
distfiles="https://download.osgeo.org/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=bd8082cf12f45f27630193c78bdb5a3cba847b81e72b20268356c2a4fc065269
geos-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/bin/geos-config
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/libgeos.so"
vmove "usr/lib/libgeos_c.so"
}
}