wok view get-google-talkplugin/receipt @ rev 18902

Up: 2.2.5 to 2.2.8 - Add: description file - Fix: display msg /usr/lib/bluefish
author Leonardo Laporte <hackdorte@sapo.pt>
date Fri Feb 19 07:04:57 2016 -0200 (2016-02-19)
parents 5e8163d91ee4
children e6abe3abd527
line source
1 # SliTaz package receipt.
3 PACKAGE="get-google-talkplugin"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Google Talk Plugin."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.google.com/chat/video"
10 TAGS="webcam chat"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-google-talkplugin $fs/usr/bin
17 }