New package: readosm-1.1.0a

This commit is contained in:
Arjan Mossel 2022-03-20 17:42:25 +01:00 committed by Michael Aldridge
parent df2351210c
commit 614059b8f3
3 changed files with 27 additions and 0 deletions

View File

@ -4111,6 +4111,8 @@ librttopo.so.1 librttopo-1.1.0_1
libspatialite.so.7 libspatialite-5.0.1_1
mod_spatialite.so.7 libspatialite-5.0.1_1
libSvtAv1Enc.so.1 libsvt-av1-1.0.0_1
libreadosm.so.1 readosm-1.1.0a_1
libSvtAv1Enc.so.0 libsvt-av1-0.9.0_1
libSvtAv1Dec.so.0 libsvt-av1-0.9.0_1
libyascreen.so.0 yascreen-1.86_1
librz_analysis.so.0.4 rizin-0.4.0_1

1
srcpkgs/readosm-devel Symbolic link
View File

@ -0,0 +1 @@
readosm

24
srcpkgs/readosm/template Normal file
View File

@ -0,0 +1,24 @@
# Template file for 'readosm'
pkgname=readosm
version=1.1.0a
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="zlib-devel expat-devel"
short_desc="ReadOSM library for extracting valid data from OpenStreetMap input"
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
license="MPL-1.1, GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.gaia-gis.it/fossil/readosm/index"
distfiles="https://www.gaia-gis.it/gaia-sins/readosm-$version.tar.gz"
checksum=db7c051d256cec7ecd4c3775ab9bc820da5a4bf72ffd4e9f40b911d79770f145
readosm-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}