wok view lines/receipt @ rev 21969

updated sshpass (1.05 -> 1.06)
author Hans-G?nter Theisgen
date Fri Oct 11 13:11:00 2019 +0100 (2019-10-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 }