wok annotate i3-man/receipt @ rev 13361

Add opus-tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 12 16:59:14 2012 +0200 (2012-09-12)
parents
children dea79e20690a
rev   line source
pascal@13232 1 # SliTaz package receipt.
pascal@13232 2
pascal@13232 3 PACKAGE="i3-man"
pascal@13232 4 VERSION="4.2"
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 }