wok annotate get-linuxqq/receipt @ rev 23497

updated python-ipy (0.63 -> 1.00)
author Hans-G?nter Theisgen
date Mon Apr 06 07:33:10 2020 +0100 (2020-04-06)
parents 8d64ce80ab95
children 73f36875e5a7
rev   line source
tsjz@3221 1 # SliTaz package receipt.
tsjz@3221 2
jozee@3514 3 PACKAGE="get-linuxqq"
Hans-G?nter@22838 4 VERSION="1.02"
tsjz@3283 5 CATEGORY="non-free"
Hans-G?nter@22838 6 TAGS="im instant-messaging"
tsjz@3221 7 SHORT_DESC="Instant messaging software from Tencent Inc."
pascal@16047 8 MAINTAINER="lufeng369@slitaz.org"
pascal@15199 9 LICENSE="BSD"
rocky@3550 10 WEB_SITE="http://im.qq.com/"
tsjz@3221 11
tsjz@3221 12 genpkg_rules()
tsjz@3221 13 {
rocky@3550 14 mkdir -p $fs/usr/bin
Hans-G?nter@22838 15 cp stuff/get-linuxqq $fs/usr/bin
tsjz@3221 16 }