wok-next view get-anydesk/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 2ca805ec78e8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="get-anydesk"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 TAGS="rdp"
7 SHORT_DESC="Feature rich multi-platform remote desktop application"
8 MAINTAINER="nobody@slitaz.org"
9 LICENSE="custom"
10 WEB_SITE="https://anydesk.com/"
12 compile_rules()
13 {
14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
15 }
17 genpkg_rules()
18 {
19 copy @std
20 }