wok view get-xlite/receipt @ rev 14975

Up: thunderbird (17.0.8esr)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 22:20:49 2013 +0200 (2013-08-08)
parents 007b91d3da0b
children 42b8478866fb
line source
1 # SliTaz package receipt.
3 PACKAGE="get-xlite"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Xlite soft phone."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.counterpath.net/"
9 TAGS="softphone telephony"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-xlite $fs/usr/bin
16 }