wok view get-anydesk/receipt @ rev 24019

syslinux: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 16:32:57 2021 +0000 (2021-02-28)
parents
children
line source
1 # SliTaz package receipt.
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 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-anydesk $fs/usr/bin
17 }