wok diff libdnet-dev/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents eeba7ab1dffe
children
line diff
     1.1 --- a/libdnet-dev/receipt	Thu Jan 24 18:16:34 2019 +0100
     1.2 +++ b/libdnet-dev/receipt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -1,22 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libdnet-dev"
     1.7 -VERSION="1.12"
     1.8 +VERSION="1.14"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="devel files of libdnet"
    1.11 +SHORT_DESC="Development files of libdnet."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="https://github.com/dugsong/libdnet"
    1.15 -WANTED="libdnet"
    1.16 +WEB_SITE="https://github.com/ofalk/libdnet"
    1.17  
    1.18  DEPENDS="libdnet"
    1.19 +WANTED="libdnet"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/bin $fs/usr
    1.26 -	cp -a $install/usr/include $fs/usr
    1.27 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.28 +	cook_copy_folders	bin
    1.29 +	cook_copy_folders	include
    1.30 +	cook_copy_files		*.*a
    1.31  }
    1.32 -