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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d958fec46c9f
children 0cbe4b1f2230
rev   line source
al@21020 1 # SliTaz package receipt v2.
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/"
al@20882 10 REPOLOGY="-"
al@20882 11
al@21020 12 compile_rules() {
al@21020 13 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
al@21020 14 }
tsjz@3221 15
al@21020 16 genpkg_rules() {
al@21020 17 copy @std
al@21020 18 TAGS="im instant-messaging"
tsjz@3221 19 }