New package: librttopo-1.1.0.
This commit is contained in:
parent
10676ffc98
commit
c14adb2f77
3 changed files with 31 additions and 0 deletions
|
@ -4111,3 +4111,4 @@ libawt_xawt.so openjdk17-jre-17.0.1+12_1
|
|||
libjava.so openjdk17-jre-17.0.1+12_1
|
||||
libjli.so openjdk17-jre-17.0.1+12_1
|
||||
libjvm.so openjdk17-jre-17.0.1+12_1
|
||||
librttopo.so.1 librttopo-1.1.0_1
|
||||
|
|
1
srcpkgs/librttopo-devel
Symbolic link
1
srcpkgs/librttopo-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
librttopo
|
29
srcpkgs/librttopo/template
Normal file
29
srcpkgs/librttopo/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'librttopo'
|
||||
pkgname=librttopo
|
||||
version=1.1.0
|
||||
revision=1
|
||||
wrksrc=$pkgname
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="which autoconf automake libtool geos-devel"
|
||||
makedepends="geos-devel"
|
||||
short_desc="RT Topology Library"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://git.osgeo.org/gitea/rttopo/librttopo"
|
||||
distfiles="https://git.osgeo.org/gitea/rttopo/librttopo/archive/librttopo-$version.tar.gz"
|
||||
checksum=2e2fcabb48193a712a6c76ac9a9be2a53f82e32f91a2bc834d9f1b4fa9cd879f
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
librttopo-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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue