wok view linuxqq/receipt @ rev 3266
epdfview: Add chinese name and comment to epdfview.desktop
author | Chen Yufei <tsjz@ymail.com> |
---|---|
date | Tue Jun 02 12:28:27 2009 +0800 (2009-06-02) |
parents | |
children | df8dd02be6e1 |
line source
1 # SliTaz package receipt.
3 PACKAGE="linuxqq"
4 VERSION="v1.0.2-beta1"
5 CATEGORY="network"
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 }