wok-next diff lines/receipt @ rev 20688
OpenSSL upgrade: 1.1.0g [2 Nov 2017] -> 1.1.0h [27 Mar 2018]
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon May 21 19:13:18 2018 +0000 (2018-05-21) |
parents | |
children | 6befec62b46c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lines/receipt Mon May 21 19:13:18 2018 +0000 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 +}