diff --git a/srcpkgs/geos/template b/srcpkgs/geos/template index 2e8a299b9d..efc698ab3d 100644 --- a/srcpkgs/geos/template +++ b/srcpkgs/geos/template @@ -1,7 +1,7 @@ # Template file for 'geos' pkgname=geos version=3.9.1 -revision=1 +revision=2 build_style=gnu-configure short_desc="C++ port of the Java Topology Suite (JTS)" maintainer="Nyx70 " @@ -16,8 +16,9 @@ geos-devel_package() { pkg_install() { vmove usr/bin/geos-config vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/lib/libgeos.so + vmove usr/lib/libgeos_c.so vmove "usr/lib/*.a" - vmove "usr/lib/libgeos.so" - vmove "usr/lib/libgeos_c.so" } }