wok-stable annotate get-xlite/receipt @ rev 4591

Add speedtouch modem
author Rohit Joshi <jozee@slitaz.org>
date Thu Dec 10 13:29:28 2009 +0000 (2009-12-10)
parents
children 007b91d3da0b
rev   line source
pascal@2317 1 # SliTaz package receipt.
pascal@2317 2
pascal@2317 3 PACKAGE="get-xlite"
pascal@2317 4 VERSION="1.00"
pascal@2317 5 CATEGORY="non-free"
pascal@2317 6 SHORT_DESC="Get Xlite soft phone."
pascal@2317 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@2317 8 WEB_SITE="http://www.counterpath.net/"
pascal@2317 9
pascal@2317 10 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2317 11 genpkg_rules()
pascal@2317 12 {
pascal@2317 13 mkdir -p $fs/usr/bin
pascal@2317 14 cp stuff/get-xlite $fs/usr/bin
pascal@2317 15 }
pascal@2317 16