wok view i3-man/receipt @ rev 15724

Move to undigest: php-cups fotoxx printoxx gtkaml v4l-dvb
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 26 14:11:39 2013 +0000 (2013-12-26)
parents dea79e20690a
children 448368c9da07
line source
1 # SliTaz package receipt.
3 PACKAGE="i3-man"
4 VERSION="4.5.1"
5 CATEGORY="x-window"
6 SHORT_DESC="i3 tiling window manager man pages"
7 MAINTAINER="Yehuda Ringler <ybringler@gmail.com>"
8 LICENSE="BSD"
9 WEB_SITE="http://i3wm.org"
10 WANTED="i3"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/man
17 for i in $src/man/*.man; do
18 cp $i $fs/usr/share/man/raw-${i##*/}
19 done
20 }