wok annotate i3-man/receipt @ rev 15600

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 15:25:09 2013 +0000 (2013-12-05)
parents dea79e20690a
children 448368c9da07
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@15600 8 LICENSE="BSD"
pascal@13232 9 WEB_SITE="http://i3wm.org"
pascal@13232 10 WANTED="i3"
pascal@13232 11
pascal@13232 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13232 13
pascal@13232 14 genpkg_rules()
pascal@13232 15 {
pascal@13232 16 mkdir -p $fs/usr/share/man
pascal@13232 17 for i in $src/man/*.man; do
pascal@13232 18 cp $i $fs/usr/share/man/raw-${i##*/}
pascal@13232 19 done
pascal@13232 20 }