wok-current annotate get-wfica/receipt @ rev 25540

Update some web_site/wget_url with https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 09 18:12:54 2023 +0000 (21 months ago)
parents 42b8478866fb
children
rev   line source
pascal@10969 1 # SliTaz package receipt.
pascal@10969 2
pascal@10969 3 PACKAGE="get-wfica"
pascal@13273 4 VERSION="1.01"
pascal@10969 5 CATEGORY="non-free"
pascal@10969 6 SHORT_DESC="Get Citrix ICA Client."
pascal@10969 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@25540 9 WEB_SITE="https://www.citrix.com/"
pascal@10969 10
pascal@10969 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@10969 12 genpkg_rules()
pascal@10969 13 {
pascal@10969 14 mkdir -p $fs/usr/bin
pascal@10969 15 cp $stuff/$PACKAGE $fs/usr/bin
pascal@10969 16 }
pascal@10969 17