wok view get-wfica/receipt @ rev 13150

get-flash-plugin: be busybox/sed compatible
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 11 11:13:01 2012 +0200 (2012-07-11)
parents
children 9bde3249a31f
line source
1 # SliTaz package receipt.
3 PACKAGE="get-wfica"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Citrix ICA Client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.citrix.com/"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 cp $stuff/$PACKAGE $fs/usr/bin
15 }