wok-6.x diff lines/receipt @ rev 19660
Up cookutils (874)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jan 28 13:03:20 2017 +0200 (2017-01-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lines/receipt Sat Jan 28 13:03:20 2017 +0200 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 +}