wok annotate get-teamviewer/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 42b8478866fb
children
rev   line source
pascal@10968 1 # SliTaz package receipt.
pascal@10968 2
pascal@10968 3 PACKAGE="get-teamviewer"
Hans-G?nter@24030 4 VERSION="1.01"
pascal@10968 5 CATEGORY="non-free"
pascal@10968 6 SHORT_DESC="Get TeamViewer (Remote Control Application)."
pascal@10968 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
Hans-G?nter@24030 9 WEB_SITE="https://www.teamviewer.com/"
pascal@10968 10
pascal@10968 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@10968 12 genpkg_rules()
pascal@10968 13 {
pascal@10968 14 mkdir -p $fs/usr/bin
Hans-G?nter@24030 15 cp stuff/$PACKAGE $fs/usr/bin
pascal@10968 16 }