wok-next view jssame/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents d5aab818505e
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 genpkg_rules() {
13 cp -a $stuff/* $fs
14 chown -R 80.80 $fs/var/www/same
15 }