wok annotate gsasl-dev/receipt @ rev 25157

updated pugixml (1.10 -> 1.12.1)
author Hans-G?nter Theisgen
date Thu Jun 30 16:40:03 2022 +0100 (23 months ago)
parents 7751c1676f43
children c3a6f662a1c1
rev   line source
pascal@2132 1 # SliTaz package receipt.
pascal@2132 2
pascal@2132 3 PACKAGE="gsasl-dev"
Hans-G?nter@24627 4 VERSION="1.10.0"
pascal@2132 5 CATEGORY="development"
pascal@2132 6 SHORT_DESC="Simple Authentication and Security Layer, development files."
pascal@2132 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15265 8 LICENSE="GPL3"
Hans-G?nter@21004 9 WEB_SITE="https://www.gnu.org/software/$PACKAGE/"
Hans-G?nter@21004 10
Hans-G?nter@22882 11 DEPENDS="pkg-config"
pascal@2132 12 WANTED="gsasl"
pascal@15597 13
pascal@2132 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2132 15 genpkg_rules()
pascal@2132 16 {
Hans-G?nter@24627 17 cook_copy_folders include
Hans-G?nter@24627 18 cook_copy_folders pkgconfig
Hans-G?nter@24627 19 cook_copy_files *.*a
pascal@2132 20 }