wok annotate mcabber-help/receipt @ rev 1391

Up: leafpad 0.9.15
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Sep 17 23:54:36 2008 +0200 (2008-09-17)
parents
children 03a799424aaa
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@1116 5 CATEGORY="netwok"
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