wok-next view hiredis/receipt @ rev 21290

updated gnustep-back (0.25.1 -> 0.27.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:42:33 2019 +0100 (2019-12-08)
parents 0b3c35d905d2
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="hiredis"
4 VERSION="0.13.3"
5 CATEGORY="misc"
6 SHORT_DESC="Minimalistic C client for Redis >= 1.2"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/redis/hiredis"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 make &&
18 make \
19 PREFIX=/usr \
20 DESTDIR=$install \
21 install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 hiredis) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }