wok-next annotate get-linuxqq/receipt @ rev 19342

Up busybox (1.25.0), again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 20 09:51:19 2016 +0200 (2016-07-20)
parents 42b8478866fb
children d958fec46c9f
rev   line source
tsjz@3221 1 # SliTaz package receipt.
tsjz@3221 2
jozee@3514 3 PACKAGE="get-linuxqq"
rocky@7846 4 VERSION="1.01"
tsjz@3283 5 CATEGORY="non-free"
tsjz@3221 6 SHORT_DESC="Instant messaging software from Tencent Inc."
pascal@16047 7 MAINTAINER="lufeng369@slitaz.org"
pascal@15199 8 LICENSE="BSD"
rocky@3550 9 WEB_SITE="http://im.qq.com/"
jozee@4993 10 TAGS="im instant-messaging"
tsjz@3221 11
tsjz@3221 12 genpkg_rules()
tsjz@3221 13 {
rocky@3550 14 mkdir -p $fs/usr/bin
rocky@3550 15 cp stuff/get-linuxqq $fs/usr/bin
tsjz@3221 16 }