wok view get-algobox/receipt @ rev 23204

updated mupen64plus (2.5 -> 2.5.9)
author Hans-G?nter Theisgen
date Sat Mar 21 09:55:24 2020 +0100 (2020-03-21)
parents 42b8478866fb
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-algobox"
4 VERSION="1.01"
5 CATEGORY="misc"
6 SHORT_DESC="Get the Algorithm creation tool for education."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.xm1math.net/algobox/"
11 # fetches latest version only!
12 # available versions are amd64 only!
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp stuff/get-algobox $fs/usr/bin
19 }