wok view get-teamviewer/receipt @ rev 21772
Up hostapd (2.8), slitaz-boot-scripts (456), slitaz-tools (1030), tazlito (516), tazpanel (627)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 06 16:10:54 2019 +0200 (2019-07-06) |
parents | e3c22d144bcf |
children | 5baa35df2fab |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-teamviewer"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get TeamViewer (Remote Control Application)."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://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 }