wok-4.x annotate linuxqq/receipt @ rev 3436
module-init-tools/depmod: force full path for busybox modprobe
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 13 16:45:39 2009 +0200 (2009-06-13) |
parents | 8dcea6d04ff9 |
children |
rev | line source |
---|---|
tsjz@3221 | 1 # SliTaz package receipt. |
tsjz@3221 | 2 |
tsjz@3221 | 3 PACKAGE="linuxqq" |
tsjz@3221 | 4 VERSION="v1.0.2-beta1" |
tsjz@3283 | 5 CATEGORY="non-free" |
tsjz@3221 | 6 SHORT_DESC="Instant messaging software from Tencent Inc." |
tsjz@3221 | 7 MAINTAINER="lufeng369@gmail.com" |
tsjz@3221 | 8 WEB_SITE="http://im.qq.com" |
tsjz@3221 | 9 DEPENDS="gtk+ libsigc++" |
tsjz@3221 | 10 TARBALL="${PACKAGE}-${VERSION}.i386.rpm" |
tsjz@3221 | 11 #BUILD_DEPENDS="" |
tsjz@3221 | 12 |
tsjz@3221 | 13 genpkg_rules() |
tsjz@3221 | 14 { |
tsjz@3221 | 15 mkdir stuff/ |
tsjz@3221 | 16 wget http://dl_dir.qq.com/linuxqq/$TARBALL -P stuff/ |
tsjz@3221 | 17 rpm2cpio stuff/$TARBALL | (cd $fs && cpio -iudv) |
tsjz@3221 | 18 |
tsjz@3221 | 19 } |
tsjz@3221 | 20 |