wok-stable view get-linuxqq/receipt @ rev 11960

Merge a patch to fix svg support I forgot to push weeks ago. The problem has been fixed since but I think that this patch handle things better.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Mar 01 18:08:04 2012 +0100 (2012-03-01)
parents 552220e919ae
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-linuxqq"
4 VERSION="1.01"
5 CATEGORY="non-free"
6 SHORT_DESC="Instant messaging software from Tencent Inc."
7 MAINTAINER="lufeng369@gmail.com"
8 WEB_SITE="http://im.qq.com/"
9 TAGS="im instant-messaging"
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 cp stuff/get-linuxqq $fs/usr/bin
15 }