wok-stable annotate get-wfica/receipt @ rev 12389

Using source instead of precompiled binaries
author Brenton Scott <admin@trixarian.net>
date Mon May 27 15:19:02 2013 +0200 (2013-05-27)
parents cf2c63e03e4e
children
rev   line source
pascal@10969 1 # SliTaz package receipt.
pascal@10969 2
pascal@10969 3 PACKAGE="get-wfica"
pascal@12323 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