wok view i3-man/receipt @ rev 21134

Update rawstudio for exiv2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 21 14:53:30 2019 +0100 (2019-03-21)
parents 448368c9da07
children 8685d0e1ac51
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="ybringler@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://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 }