wok view linuxqq/receipt @ rev 3418
Ren: pyparsing -> python-pyparsing & UROPTDOI
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri Jun 12 23:10:19 2009 +0000 (2009-06-12) |
parents | 8dcea6d04ff9 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="linuxqq"
4 VERSION="v1.0.2-beta1"
5 CATEGORY="non-free"
6 SHORT_DESC="Instant messaging software from Tencent Inc."
7 MAINTAINER="lufeng369@gmail.com"
8 WEB_SITE="http://im.qq.com"
9 DEPENDS="gtk+ libsigc++"
10 TARBALL="${PACKAGE}-${VERSION}.i386.rpm"
11 #BUILD_DEPENDS=""
13 genpkg_rules()
14 {
15 mkdir stuff/
16 wget http://dl_dir.qq.com/linuxqq/$TARBALL -P stuff/
17 rpm2cpio stuff/$TARBALL | (cd $fs && cpio -iudv)
19 }