wok view linuxqq/receipt @ rev 3480
bind-dev: Fix lib path
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jun 17 13:17:21 2009 +0200 (2009-06-17) |
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 }