wok annotate lines/receipt @ rev 20623

Up rust (1.31.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 31 15:16:31 2018 +0100 (2018-12-31)
parents
children
rev   line source
al@19059 1 # SliTaz package receipt.
al@19059 2
al@19059 3 PACKAGE="lines"
al@19059 4 VERSION="10K"
al@19059 5 CATEGORY="games"
al@19059 6 SHORT_DESC="Lines game"
al@19059 7 MAINTAINER="al.bobylev@gmail.com"
al@19059 8 LICENSE="unknown"
al@19059 9 WEB_SITE="http://dmitry.baranovskiy.com/work/lines/"
al@19059 10 GENERIC_PIXMAPS="no"
al@19059 11
al@19059 12 DEPENDS="yad-html"
al@19059 13
al@19059 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19059 15 genpkg_rules()
al@19059 16 {
al@19059 17 mkdir -p \
al@19059 18 $fs/usr/games \
al@19059 19 $fs/usr/share/icons/hicolor/48x48/apps
al@19059 20 cp -a $stuff/lines.html $fs/usr/games
al@19059 21 cp -a $stuff/lines.png $fs/usr/share/icons/hicolor/48x48/apps
al@19059 22 }