wok view jssame/receipt @ rev 11809

Up: libvorbis (1.3.3) - Security fix(possibly execute arbitrary code via a crafted Ogg Vorbis file)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 25 16:58:51 2012 +0100 (2012-02-25)
parents 87b63e1a9909
children d51b2411e55e
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 WEB_SITE="http://www.slitaz.org/"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 cp -a $stuff/* $fs
14 chown -R 80.80 $fs/var/www/same
15 }