wok annotate mcabber-help/receipt @ rev 3033

libmpeg2: Fix typo in DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 12 14:40:02 2009 +0200 (2009-05-12)
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