wok view get-linuxqq/receipt @ rev 15600

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 15:25:09 2013 +0000 (2013-12-05)
parents 97f1b9b66b3d
children 8d64ce80ab95
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 LICENSE="BSD"
9 WEB_SITE="http://im.qq.com/"
10 TAGS="im instant-messaging"
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-linuxqq $fs/usr/bin
16 }