wok annotate i3-man/receipt @ rev 14451

Up: i3, i3-man (4.5.1)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 02:43:29 2013 +0200 (2013-04-27)
parents 8e4324ecb6a1
children de49f29b101e
rev   line source
pascal@13232 1 # SliTaz package receipt.
pascal@13232 2
pascal@13232 3 PACKAGE="i3-man"
erjo@14451 4 VERSION="4.5.1"
pascal@13232 5 CATEGORY="x-window"
pascal@13232 6 SHORT_DESC="i3 tiling window manager man pages"
pascal@13232 7 MAINTAINER="Yehuda Ringler <ybringler@gmail.com>"
pascal@13232 8 WEB_SITE="http://i3wm.org"
pascal@13232 9 WANTED="i3"
pascal@13232 10
pascal@13232 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13232 12
pascal@13232 13 genpkg_rules()
pascal@13232 14 {
pascal@13232 15 mkdir -p $fs/usr/share/man
pascal@13232 16 for i in $src/man/*.man; do
pascal@13232 17 cp $i $fs/usr/share/man/raw-${i##*/}
pascal@13232 18 done
pascal@13232 19 }