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

smbclient: fix too much newline that produced a 546 files smbclient package, sorry about that
author ernia <monghitri@aruba.it>
date Sun Feb 24 21:28:58 2013 +0000 (2013-02-24)
parents
children 42b8478866fb
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 WEB_SITE="http://www.google.com/chat/video"
9 TAGS="webcam chat"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-google-talkplugin $fs/usr/bin
16 }