wok view gsasl-dev/receipt @ rev 24943

BootProg: clear cmdline (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 20 16:57:09 2022 +0000 (2022-04-20)
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 }