wok-next annotate get-algobox/receipt @ rev 21057

Deal with HOST_ARCH="any"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 14:47:30 2018 +0200 (2018-12-03)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@13707 2
pascal@13707 3 PACKAGE="get-algobox"
pascal@13707 4 VERSION="1.00"
pascal@13707 5 CATEGORY="misc"
pascal@13707 6 SHORT_DESC="Get the Algorithm creation tool for education"
pascal@15199 7 MAINTAINER="devel@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@13707 9 WEB_SITE="http://www.xm1math.net/algobox/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
pascal@13707 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@13707 15 }
pascal@13707 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 }