wok annotate get-wfica/receipt @ rev 14280

Add perl-filesys-statvfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 06 15:35:11 2013 +0200 (2013-04-06)
parents cf2c63e03e4e
children 42b8478866fb
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@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