wok annotate libzip-dev/receipt @ rev 25028

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 17:04:56 2022 +0000 (2022-05-19)
parents 779187465f62
children
rev   line source
pascal@12805 1 # SliTaz package receipt.
pascal@12805 2
pascal@12805 3 PACKAGE="libzip-dev"
Hans-G?nter@24855 4 VERSION="1.8.0"
pascal@12805 5 CATEGORY="development"
Hans-G?nter@21355 6 SHORT_DESC="C library for reading, creating, and modifying zip archives - development files."
pascal@12805 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15482 8 LICENSE="BSD"
Hans-G?nter@21355 9 WEB_SITE="https://libzip.org/"
pascal@12805 10
pascal@15597 11 DEPENDS="libzip pkg-config"
Hans-G?nter@21355 12 WANTED="libzip"
Hans-G?nter@21355 13
Hans-G?nter@21355 14 HOST_ARCH="i486 arm"
pascal@12805 15
pascal@12805 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@12805 17 genpkg_rules()
pascal@12805 18 {
Hans-G?nter@24855 19 cook_copy_folders include
Hans-G?nter@24855 20 cook_copy_folders pkgconfig
pascal@12805 21 }