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

Add librefox
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 25 14:44:32 2018 +0200 (2018-12-25)
parents d5aab818505e
children
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 HOST_ARCH="any"
11 REPOLOGY="-"
13 compile_rules() {
14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
15 }
17 genpkg_rules() {
18 copy @std
19 }