wok-next view get-teamviewer/receipt @ rev 15746

Up: obconf (2.0.4). No more get source from GIT
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jan 03 00:18:36 2014 +0100 (2014-01-03)
parents e3c22d144bcf
children d958fec46c9f
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 }