wok-next view hiredis/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }