wok-current view hiredis-dev/receipt @ rev 24746
ncursesw-dev: add pkg config files (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 16 11:02:39 2022 +0000 (2022-03-16) |
parents | d079070599f5 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="hiredis-dev"
4 VERSION="1.0.2"
5 CATEGORY="development"
6 SHORT_DESC="Minimalistic C client for Redis >= 1.2 - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/redis/hiredis"
11 DEPENDS="hiredis pkg-config"
12 WANTED="hiredis"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_folders pkgconfig
19 cook_copy_files *.*a
20 }