wok-6.x view jssame/receipt @ rev 16910
Up gtk+-demo (2.24.24)
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Tue Jul 15 21:13:37 2014 -0300 (2014-07-15) |
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 }