wok annotate libdnet-dev/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents eeba7ab1dffe
children
rev   line source
slaxemulator@6607 1 # SliTaz package receipt.
slaxemulator@6607 2
slaxemulator@6607 3 PACKAGE="libdnet-dev"
Hans-G?nter@24729 4 VERSION="1.14"
slaxemulator@6607 5 CATEGORY="development"
Hans-G?nter@24729 6 SHORT_DESC="Development files of libdnet."
slaxemulator@6607 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15472 8 LICENSE="BSD"
Hans-G?nter@24729 9 WEB_SITE="https://github.com/ofalk/libdnet"
slaxemulator@6607 10
pascal@15472 11 DEPENDS="libdnet"
Hans-G?nter@24729 12 WANTED="libdnet"
pascal@15472 13
slaxemulator@6607 14 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@6607 15 genpkg_rules()
slaxemulator@6607 16 {
Hans-G?nter@24729 17 cook_copy_folders bin
Hans-G?nter@24729 18 cook_copy_folders include
Hans-G?nter@24729 19 cook_copy_files *.*a
slaxemulator@6607 20 }