wok-next annotate lines/receipt @ rev 21332

updated libvirt (4.3.0 -> 5.10.0)
author Hans-G?nter Theisgen
date Thu Dec 12 17:26:25 2019 +0100 (2019-12-12)
parents 6befec62b46c
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
al@20943 11 COOKOPTS="!pixmaps"
al@20943 12
al@21020 13 genpkg_rules() {
al@19059 14 mkdir -p \
al@19059 15 $fs/usr/games \
al@19059 16 $fs/usr/share/icons/hicolor/48x48/apps
al@19059 17 cp -a $stuff/lines.html $fs/usr/games
al@19059 18 cp -a $stuff/lines.png $fs/usr/share/icons/hicolor/48x48/apps
al@21020 19 DEPENDS="yad-html"
al@19059 20 }