wok view jssame/receipt @ rev 20596

xfi, xfw, cryptkeeper: (not so) dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 16 11:41:49 2018 +0100 (2018-12-16)
parents d51b2411e55e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="jssame"
4 VERSION="1.0"
5 CATEGORY="games"
6 SHORT_DESC="Same game in javascript"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="unknown"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="any"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 cp -a $stuff/* $fs
16 chown -R 80.80 $fs/var/www/same
17 }