wok view gsasl-dev/receipt @ rev 24645

updated hiredis and hiredis-dev (0.14.0 -> 1.0.2)
author Hans-G?nter Theisgen
date Thu Mar 10 09:47:42 2022 +0100 (2022-03-10)
parents 7751c1676f43
children c3a6f662a1c1
line source
1 # SliTaz package receipt.
3 PACKAGE="gsasl-dev"
4 VERSION="1.10.0"
5 CATEGORY="development"
6 SHORT_DESC="Simple Authentication and Security Layer, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/$PACKAGE/"
11 DEPENDS="pkg-config"
12 WANTED="gsasl"
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 }