wok-next view get-algobox/receipt @ rev 21037

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 06 16:35:54 2018 +0200 (2018-11-06)
parents d958fec46c9f
children 0cbe4b1f2230
line source
1 # SliTaz package receipt v2.
3 PACKAGE="get-algobox"
4 VERSION="1.00"
5 CATEGORY="misc"
6 SHORT_DESC="Get the Algorithm creation tool for education"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.xm1math.net/algobox/"
10 REPOLOGY="-"
12 compile_rules() {
13 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
14 }
16 genpkg_rules() {
17 copy @std
18 }