wok annotate get-wfica/receipt @ rev 11803

gnumeric: back to 1.10.17 - It was fine for last 3 months, now build on my local system with updated chroot and last pkgs from mirror
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 25 11:20:45 2012 +0100 (2012-02-25)
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