wok annotate jssame/receipt @ rev 12701

Add: cross-arm-gcc (ARM cross compiler) Build will fail with cooker since it must be build with --first-pass the first time :-) A cross-arm-toolchain meta packge will follow
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 03 16:25:12 2012 +0200 (2012-05-03)
parents 87b63e1a9909
children d51b2411e55e
rev   line source
pascal@11605 1 # SliTaz package receipt.
pascal@11605 2
pascal@11605 3 PACKAGE="jssame"
pascal@11605 4 VERSION="1.0"
pascal@11605 5 CATEGORY="games"
pascal@11605 6 SHORT_DESC="Same game in javascript"
pascal@11605 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@11605 8 WEB_SITE="http://www.slitaz.org/"
pascal@11605 9
pascal@11605 10 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11605 11 genpkg_rules()
pascal@11605 12 {
pascal@11608 13 cp -a $stuff/* $fs
pascal@11607 14 chown -R 80.80 $fs/var/www/same
pascal@11605 15 }
pascal@11605 16