wok annotate mcabber-help/receipt @ rev 1440

typo in dropbear
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 02 13:42:06 2008 +0000 (2008-10-02)
parents 9f9d894ab484
children 66f602bccca4
rev   line source
pascal@1116 1 # SliTaz package receipt.
pascal@1116 2
pascal@1116 3 PACKAGE="mcabber-help"
pascal@1116 4 VERSION="0.9.7"
pascal@1423 5 CATEGORY="network"
pascal@1116 6 SHORT_DESC="Jabber console client help files"
pascal@1116 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1116 8 WEB_SITE="http://lilotux.net/~mikael/mcabber"
pascal@1116 9 DEPENDS="mcabber"
pascal@1116 10 WANTED="mcabber"
pascal@1116 11
pascal@1116 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1116 13 genpkg_rules()
pascal@1116 14 {
pascal@1116 15 mkdir -p $fs/usr/share
pascal@1116 16 cp -a $_pkg/usr/share/mcabber $fs
pascal@1116 17 }
pascal@1116 18