void-packages/srcpkgs/geos/template
Giuseppe Fierro aef4d8e273 New package: geos-3.6.2
Closes: #15508 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-03-25 17:13:26 +02:00

23 lines
694 B
Bash
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Template file for 'geos'
pkgname=geos
version=3.6.2
revision=1
build_style=gnu-configure
short_desc="C++ port of the Java Topology Suite (JTS)"
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
license="LGPL-2.1"
homepage="https://trac.osgeo.org/geos"
distfiles="http://download.osgeo.org/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=045a13df84d605a866602f6020fc6cbf8bf4c42fb50de237a08926e1d7d7652a
geos-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/libgeos.a"
vmove "usr/lib/libgeos.so"
vmove "usr/lib/libgeos_c.a"
vmove "usr/lib/libgeos_c.so"
}
}