wok-4.x view linuxqq/receipt @ rev 3505

Add: xorg-libXp and xorg-printproto, Xorg print modules
author Matthew Sheets <rcx@zoominternet.net>
date Fri Jun 19 12:31:10 2009 +0000 (2009-06-19)
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 }