wok-next annotate sudoku/receipt @ rev 21527

updated bootchart (0.9 -> 1.20)
author Hans-G?nter Theisgen
date Fri Jun 19 15:06:45 2020 +0100 (2020-06-19)
parents c4e53a39395a
children
rev   line source
al@20905 1 # SliTaz package receipt v2.
pascal@7055 2
pascal@7055 3 PACKAGE="sudoku"
slaxemulator@15806 4 VERSION="2.3"
pascal@7055 5 CATEGORY="games"
pascal@7055 6 SHORT_DESC="Sudoku game in javascript"
pascal@7055 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16660 8 LICENSE="unknown"
al@20905 9 WEB_SITE="https://web.archive.org/web/20140124072600/http://10k.aneventapart.com/1/Entry/81"
al@20905 10 REPOLOGY="-"
pascal@7055 11
al@20905 12 TARBALL="$PACKAGE-$VERSION.html"
al@20905 13 #WGET_URL="http://10k.aneventapart.com/1/Uploads/81/index.html"
al@20905 14 WGET_URL="http://mirror1.slitaz.org/sources/packages-4.0/s/$TARBALL"
al@20905 15
al@20905 16 compile_rules() {
al@20905 17 install -Dm644 -o80 -g80 $TARBALL $install/var/www/sudoku/index.html
al@20905 18
al@20905 19 install -Dm755 $stuff/sudoku $install/usr/bin/sudoku
pascal@7055 20 }
pascal@7055 21
al@20905 22 genpkg_rules() {
al@20905 23 copy @std
al@20905 24 }