wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/get-anydesk/receipt	Sun Feb 28 16:32:57 2021 +0000
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="get-anydesk"
     1.7 +VERSION="1.00"
     1.8 +CATEGORY="non-free"
     1.9 +TAGS="rdp"
    1.10 +SHORT_DESC="Feature rich multi-platform remote desktop application."
    1.11 +MAINTAINER="nobody@slitaz.org"
    1.12 +LICENSE="custom"
    1.13 +WEB_SITE="https://anydesk.com/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/bin
    1.19 +	cp stuff/get-anydesk	$fs/usr/bin
    1.20 +}