wok annotate get-linuxqq/receipt @ rev 10950

get-virtualbox: only /opt/VirtualBox is supported now...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 02 14:26:45 2011 +0200 (2011-09-02)
parents 552220e919ae
children 42b8478866fb
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."
tsjz@3221 7 MAINTAINER="lufeng369@gmail.com"
rocky@3550 8 WEB_SITE="http://im.qq.com/"
jozee@4993 9 TAGS="im instant-messaging"
tsjz@3221 10
tsjz@3221 11 genpkg_rules()
tsjz@3221 12 {
rocky@3550 13 mkdir -p $fs/usr/bin
rocky@3550 14 cp stuff/get-linuxqq $fs/usr/bin
tsjz@3221 15 }