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

connman-ui: set a meaningful name to the source for mirror:/source/packages-cooking/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 10 11:04:26 2014 +0000 (2014-04-10)
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 }