wok view lines/receipt @ rev 20623

Up rust (1.31.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 31 15:16:31 2018 +0100 (2018-12-31)
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 }