wok-6.x diff lines/receipt @ rev 21975
updated st (0.5 -> 0.8.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 11 14:31:25 2019 +0100 (2019-10-11) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lines/receipt Fri Oct 11 14:31:25 2019 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lines" 1.7 +VERSION="10K" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="Lines game" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="unknown" 1.12 +WEB_SITE="http://dmitry.baranovskiy.com/work/lines/" 1.13 +GENERIC_PIXMAPS="no" 1.14 + 1.15 +DEPENDS="yad-html" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p \ 1.21 + $fs/usr/games \ 1.22 + $fs/usr/share/icons/hicolor/48x48/apps 1.23 + cp -a $stuff/lines.html $fs/usr/games 1.24 + cp -a $stuff/lines.png $fs/usr/share/icons/hicolor/48x48/apps 1.25 +}