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

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents d5aab818505e
children
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"
al@21020 6 SHORT_DESC="Get TeamViewer (Remote Control Application)"
pascal@10968 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://www.teamviewer.com/en/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
pascal@10968 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@10968 15 }
pascal@10968 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 }