wok-current annotate get-xlite/receipt @ rev 25640

Patch xorg-server (CVE-2023-6816, CVE-2024-0229, CVE-2024-0408, CVE-2024-0409, CVE-2024-21885, CVE-2024-21886)
author Stanislas Leduc <shann@slitaz.org>
date Tue Jan 16 20:32:03 2024 +0000 (12 months ago)
parents 42b8478866fb
children
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@25443 9 WEB_SITE="https://web.archive.org/web/20120621050710/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