wok view i3-man/receipt @ rev 15910
Up: yad (0.26.0) Bunch of new function and custom icons for buttons :)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 15 13:08:13 2014 +0100 (2014-02-15) |
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 }