wok-6.x annotate lines/receipt @ rev 24902
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 09 09:39:20 2022 +0000 (2022-04-09) |
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 } |