wok-stable view mcabber-help/receipt @ rev 2498
edje: update build_depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 16 10:14:35 2009 +0000 (2009-03-16) |
parents | 9f9d894ab484 |
children | 66f602bccca4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="mcabber-help"
4 VERSION="0.9.7"
5 CATEGORY="network"
6 SHORT_DESC="Jabber console client help files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://lilotux.net/~mikael/mcabber"
9 DEPENDS="mcabber"
10 WANTED="mcabber"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $_pkg/usr/share/mcabber $fs
17 }