wok-tiny annotate jssame/receipt @ rev 183

linux: fix bundle.S
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 26 17:09:38 2023 +0000 (8 months ago)
parents 371673f39e46
children
rev   line source
pascal@73 1 # SliTaz package receipt.
pascal@73 2
pascal@73 3 PACKAGE="jssame"
pascal@73 4 VERSION="1.0"
pascal@73 5 CATEGORY="games"
pascal@183 6 GROUP="games"
pascal@73 7 SHORT_DESC="Same game in javascript"
pascal@73 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@90 9 LICENSE="BSD"
pascal@73 10 WEB_SITE="http://www.slitaz.org/"
pascal@73 11
pascal@73 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@73 13 genpkg_rules()
pascal@73 14 {
pascal@94 15 mkdir -p $fs/var/www/same
pascal@73 16 cp -a $stuff/index.html $fs/var/www/same
pascal@73 17 chown -R 80.80 $fs/var/www/same
pascal@73 18 }