wok annotate libdnet-dev/receipt @ rev 24932

updated multipath-tools (0.8.3 -> 0.8.9)
author Hans-G?nter Theisgen
date Wed Apr 13 17:02:22 2022 +0100 (2022-04-13)
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 }