wok diff lines/receipt @ rev 20407

nagios-nrpe: enable ssl (Bug 195)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 21 13:57:56 2018 +0200 (2018-07-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lines/receipt	Sat Jul 21 13:57:56 2018 +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 +}