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

update url for WGET_URL => smbbox.free.fr/src/
author Stanislas Leduc <shann@slitaz.org>
date Mon Apr 30 08:35:44 2012 +0200 (2012-04-30)
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 }