wok view hiredis-dev/receipt @ rev 23495

updated python-humanize (0.5.1 -> 1.0.0)
author Hans-G?nter Theisgen
date Mon Apr 06 07:04:00 2020 +0100 (2020-04-06)
parents cb1baa1e7ee4
children 290ce85aaca4
line source
1 # SliTaz package receipt.
3 PACKAGE="hiredis-dev"
4 VERSION="0.14.0"
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 WANTED="hiredis"
12 DEPENDS="hiredis pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }