wok-6.x view get-algobox/receipt @ rev 22957
updated iptables and iptables-dev (1.4.21 -> 1.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 28 15:41:30 2020 +0100 (2020-02-28) |
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 }