wok-6.x annotate mcabber-help/receipt @ rev 6631
Up: gtk+ to 2.22.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 10 12:25:38 2010 +0000 (2010-10-10) |
parents | 03a799424aaa |
children | 85dc1e01e8e7 |
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 |
erjo@3552 | 16 cp -a $_pkg/usr/share/mcabber $fs/usr/share |
pascal@1116 | 17 } |
pascal@1116 | 18 |