wok view jssame/receipt @ rev 18902

Up: 2.2.5 to 2.2.8 - Add: description file - Fix: display msg /usr/lib/bluefish
author Leonardo Laporte <hackdorte@sapo.pt>
date Fri Feb 19 07:04:57 2016 -0200 (2016-02-19)
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 }