wok-next view sudoku/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents c4e53a39395a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sudoku"
4 VERSION="2.3"
5 CATEGORY="games"
6 SHORT_DESC="Sudoku game in javascript"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="unknown"
9 WEB_SITE="https://web.archive.org/web/20140124072600/http://10k.aneventapart.com/1/Entry/81"
10 REPOLOGY="-"
12 TARBALL="$PACKAGE-$VERSION.html"
13 #WGET_URL="http://10k.aneventapart.com/1/Uploads/81/index.html"
14 WGET_URL="http://mirror1.slitaz.org/sources/packages-4.0/s/$TARBALL"
16 compile_rules() {
17 install -Dm644 -o80 -g80 $TARBALL $install/var/www/sudoku/index.html
19 install -Dm755 $stuff/sudoku $install/usr/bin/sudoku
20 }
22 genpkg_rules() {
23 copy @std
24 }