wok annotate hiredis-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
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 }