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

Add full icon sets: Elementary, Hydroxygen, and its SliTaz subsets. Add big dialog icons into "make-slitaz-icons".
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 07 15:57:40 2015 +0300 (2015-05-07)
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 }