wok annotate get-wfica/receipt @ rev 13192

cairo-clock: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 04 14:58:32 2012 +0200 (2012-08-04)
parents
children 9bde3249a31f
rev   line source
pascal@10969 1 # SliTaz package receipt.
pascal@10969 2
pascal@10969 3 PACKAGE="get-wfica"
pascal@10969 4 VERSION="1.00"
pascal@10969 5 CATEGORY="non-free"
pascal@10969 6 SHORT_DESC="Get Citrix ICA Client."
pascal@10969 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@10969 8 WEB_SITE="http://www.citrix.com/"
pascal@10969 9
pascal@10969 10 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@10969 11 genpkg_rules()
pascal@10969 12 {
pascal@10969 13 mkdir -p $fs/usr/bin
pascal@10969 14 cp $stuff/$PACKAGE $fs/usr/bin
pascal@10969 15 }
pascal@10969 16