wok-next view i3-man/receipt @ rev 15806
Up: sudoku to 2.3. Fixed WEB_SITE and WGET_URL so we get the app and not a error page.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 24 01:35:01 2014 +0000 (2014-01-24) |
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 }