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

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 12 16:40:30 2018 +0300 (2018-10-12)
parents 42b8478866fb
children d5aab818505e
rev   line source
pascal@13707 1 # SliTaz package receipt.
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@20882 10 REPOLOGY="-"
pascal@13707 11
pascal@13707 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13707 13 genpkg_rules()
pascal@13707 14 {
pascal@13707 15 mkdir -p $fs/usr/bin
pascal@13707 16 cp stuff/get-algobox $fs/usr/bin
pascal@13707 17 }
pascal@13707 18