wok annotate mcabber-help/receipt @ rev 15849

Up: truecrypt to 7.1a.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 07:30:42 2014 +0000 (2014-01-27)
parents 85dc1e01e8e7
children 496ecfe17240
rev   line source
pascal@1116 1 # SliTaz package receipt.
pascal@1116 2
pascal@1116 3 PACKAGE="mcabber-help"
slaxemulator@10886 4 VERSION="0.9.10"
pascal@1423 5 CATEGORY="network"
pascal@1116 6 SHORT_DESC="Jabber console client help files"
pascal@1116 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@1116 9 WEB_SITE="http://lilotux.net/~mikael/mcabber"
pascal@15002 10 WANTED="mcabber"
pascal@15002 11
pascal@1116 12 DEPENDS="mcabber"
pascal@1116 13
pascal@1116 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1116 15 genpkg_rules()
pascal@1116 16 {
pascal@1116 17 mkdir -p $fs/usr/share
pascal@15002 18 cp -a $install/usr/share/mcabber $fs/usr/share
pascal@1116 19 }
pascal@1116 20