wok diff geos-dev/receipt @ rev 25036

gtk-gnutella: binutils 2.34+ support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 13:10:56 2022 +0000 (2022-05-21)
parents bc9b397dec56
children
line diff
     1.1 --- a/geos-dev/receipt	Thu Feb 06 11:31:14 2020 +0100
     1.2 +++ b/geos-dev/receipt	Sat May 21 13:10:56 2022 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="geos-dev"
     1.7 -VERSION="3.8.0"
     1.8 +VERSION="3.10.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Geos development files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 -WEB_SITE="https://trac.osgeo.org/geos/"
    1.14 +WEB_SITE="https://libgeos.org/"
    1.15  
    1.16  DEPENDS="geos"
    1.17  WANTED="geos"
    1.18 @@ -14,10 +14,10 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/bin
    1.23 -	mkdir -p $fs/usr/lib
    1.24 +	# 3.10.2 not created
    1.25 +#	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.26  
    1.27 -	cp -a $install/usr/bin		$fs/usr
    1.28 -	cp -a $install/usr/include	$fs/usr
    1.29 -	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.30 +	cook_copy_folders	bin
    1.31 +	cook_copy_folders	include
    1.32 +	cook_copy_folders	pkgconfig
    1.33  }