wok-next view lines/receipt @ rev 21018
Nasty typo broke the cooker
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Oct 17 03:59:24 2018 +0300 (2018-10-17) |
parents | 7d34f93df277 |
children | d5aab818505e |
line source
1 # SliTaz package receipt.
3 PACKAGE="lines"
4 VERSION="10K"
5 CATEGORY="games"
6 SHORT_DESC="Lines game"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="unknown"
9 WEB_SITE="http://dmitry.baranovskiy.com/work/lines/"
11 DEPENDS="yad-html"
13 COOKOPTS="!pixmaps"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p \
19 $fs/usr/games \
20 $fs/usr/share/icons/hicolor/48x48/apps
21 cp -a $stuff/lines.html $fs/usr/games
22 cp -a $stuff/lines.png $fs/usr/share/icons/hicolor/48x48/apps
23 }