wok annotate i3-man/receipt @ rev 17005

Add pulseaudio
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 13:55:28 2014 +0200 (2014-08-12)
parents de49f29b101e
children 6e8b1bcb30e2
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@16048 7 MAINTAINER="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 }