wok-next annotate get-teamviewer/receipt @ rev 12327
wxpython: Fixed package so we have python files. Some packages that build with wxpython need this in order to build.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 19 08:05:49 2012 +0000 (2012-04-19) |
parents | |
children | 42b8478866fb |
rev | line source |
---|---|
pascal@10968 | 1 # SliTaz package receipt. |
pascal@10968 | 2 |
pascal@10968 | 3 PACKAGE="get-teamviewer" |
pascal@10968 | 4 VERSION="1.00" |
pascal@10968 | 5 CATEGORY="non-free" |
pascal@10968 | 6 SHORT_DESC="Get TeamViewer (Remote Control Application)." |
pascal@10968 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@10968 | 8 WEB_SITE="http://www.teamviewer.com/" |
pascal@10968 | 9 |
pascal@10968 | 10 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@10968 | 11 genpkg_rules() |
pascal@10968 | 12 { |
pascal@10968 | 13 mkdir -p $fs/usr/bin |
pascal@10968 | 14 cp stuff/$PACKAGE $fs/usr/bin |
pascal@10968 | 15 } |
pascal@10968 | 16 |