diff --git a/common/shlibs b/common/shlibs index 7c253776c3..307b70768a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/librttopo-devel b/srcpkgs/librttopo-devel new file mode 120000 index 0000000000..acf3607f5f --- /dev/null +++ b/srcpkgs/librttopo-devel @@ -0,0 +1 @@ +librttopo \ No newline at end of file diff --git a/srcpkgs/librttopo/template b/srcpkgs/librttopo/template new file mode 100644 index 0000000000..a34a3ac5b6 --- /dev/null +++ b/srcpkgs/librttopo/template @@ -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 " +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 + } +}