wok view get-wfica/receipt @ rev 13908

xpad: fix missing icon in lxpanel windows list
author ernia <monghitri@aruba.it>
date Wed Jan 23 18:50:25 2013 +0000 (2013-01-23)
parents cf2c63e03e4e
children 42b8478866fb
line source
1 # SliTaz package receipt.
3 PACKAGE="get-wfica"
4 VERSION="1.01"
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 }