wok annotate hiredis-dev/receipt @ rev 24645

updated hiredis and hiredis-dev (0.14.0 -> 1.0.2)
author Hans-G?nter Theisgen
date Thu Mar 10 09:47:42 2022 +0100 (2022-03-10)
parents d079070599f5
children
rev   line source
pascal@18371 1 # SliTaz package receipt.
pascal@18371 2
pascal@18371 3 PACKAGE="hiredis-dev"
Hans-G?nter@24645 4 VERSION="1.0.2"
pascal@18371 5 CATEGORY="development"
Hans-G?nter@24645 6 SHORT_DESC="Minimalistic C client for Redis >= 1.2 - development files."
pascal@18371 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18371 8 LICENSE="BSD"
pascal@18371 9 WEB_SITE="https://github.com/redis/hiredis"
Hans-G?nter@21036 10
Hans-G?nter@24645 11 DEPENDS="hiredis pkg-config"
pascal@18371 12 WANTED="hiredis"
pascal@18371 13
pascal@18371 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18371 15 genpkg_rules()
pascal@18371 16 {
Hans-G?nter@24645 17 cook_copy_folders include
Hans-G?nter@24645 18 cook_copy_folders pkgconfig
Hans-G?nter@24645 19 cook_copy_files *.*a
pascal@18371 20 }