# SliTaz package receipt.

PACKAGE="get-teamviewer"
VERSION="1.00"
CATEGORY="non-free"
SHORT_DESC="Get TeamViewer (Remote Control Application)."
MAINTAINER="pascal.bellard@slitaz.org"
WEB_SITE="http://www.teamviewer.com/"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/bin
	cp stuff/$PACKAGE $fs/usr/bin
}