wok-current view get-teamviewer/receipt @ rev 24933
updated muparser and muparser-dev (2.2.6.1 -> 2.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 13 17:29:40 2022 +0100 (2022-04-13) |
parents | 42b8478866fb |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-teamviewer"
4 VERSION="1.01"
5 CATEGORY="non-free"
6 SHORT_DESC="Get TeamViewer (Remote Control Application)."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.teamviewer.com/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/$PACKAGE $fs/usr/bin
16 }