wok view lines/receipt @ rev 20015

Up reaver (1.6.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 11 12:10:52 2017 +0200 (2017-08-11)
parents
children
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/"
10 GENERIC_PIXMAPS="no"
12 DEPENDS="yad-html"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p \
18 $fs/usr/games \
19 $fs/usr/share/icons/hicolor/48x48/apps
20 cp -a $stuff/lines.html $fs/usr/games
21 cp -a $stuff/lines.png $fs/usr/share/icons/hicolor/48x48/apps
22 }