wok-next annotate get-teamviewer/receipt @ rev 20991

Update EDuke32, combine web apps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 06:46:42 2018 +0300 (2018-10-04)
parents d958fec46c9f
children d5aab818505e
rev   line source
pascal@10968 1 # SliTaz package receipt.
pascal@10968 2
pascal@10968 3 PACKAGE="get-teamviewer"
pascal@10968 4 VERSION="1.00"
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"
al@20906 9 WEB_SITE="https://www.teamviewer.com/"
al@20882 10 REPOLOGY="-"
pascal@10968 11
pascal@10968 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@10968 13 genpkg_rules()
pascal@10968 14 {
pascal@10968 15 mkdir -p $fs/usr/bin
pascal@10968 16 cp stuff/$PACKAGE $fs/usr/bin
pascal@10968 17 }
pascal@10968 18