wok diff get-algobox/receipt @ rev 24605
Add zmap
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 02 15:59:03 2022 +0000 (2022-03-02) |
parents | 42b8478866fb |
children |
line diff
1.1 --- a/get-algobox/receipt Sat Sep 07 16:10:09 2013 +0000 1.2 +++ b/get-algobox/receipt Wed Mar 02 15:59:03 2022 +0000 1.3 @@ -1,17 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="get-algobox" 1.7 -VERSION="1.00" 1.8 +VERSION="1.01" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="Get the Algorithm creation tool for education" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +SHORT_DESC="Get the Algorithm creation tool for education." 1.13 +MAINTAINER="maintainer@slitaz.org" 1.14 LICENSE="BSD" 1.15 -WEB_SITE="http://www.xm1math.net/algobox/" 1.16 +WEB_SITE="https://www.xm1math.net/algobox/" 1.17 + 1.18 +# fetches latest version only! 1.19 +# available versions are amd64 only! 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/bin 1.25 - cp stuff/get-algobox $fs/usr/bin 1.26 + cp stuff/get-algobox $fs/usr/bin 1.27 } 1.28 -