wok annotate get-xlite/receipt @ rev 21959

updated some more locales for squirrelmail (1.4.13 -> 1.4.18)
author Hans-G?nter Theisgen
date Thu Oct 10 15:33:31 2019 +0100 (2019-10-10)
parents d71ba04aa9f5
children c15fedfb9582
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@15199 8 LICENSE="BSD"
pascal@2317 9 WEB_SITE="http://www.counterpath.net/"
pascal@13027 10 TAGS="softphone telephony"
pascal@2317 11
pascal@2317 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2317 13 genpkg_rules()
pascal@2317 14 {
pascal@2317 15 mkdir -p $fs/usr/bin
pascal@2317 16 cp stuff/get-xlite $fs/usr/bin
pascal@2317 17 }
pascal@2317 18