wok-current diff get-anydesk/receipt @ rev 24377
modified recipe for libboost-locale-dev
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 06 09:47:43 2022 +0100 (2022-02-06) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/get-anydesk/receipt Sun Feb 06 09:47:43 2022 +0100 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 +}