wok-next annotate get-algobox/receipt @ rev 15143
Up cromfs (1.5.10.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 12:33:36 2013 +0000 (2013-08-15) |
parents | |
children | 42b8478866fb |
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@13707 | 7 WEB_SITE="http://www.xm1math.net/algobox/" |
pascal@13707 | 8 WEB_SITE="http://www.xm1math.net/algobox/" |
pascal@13707 | 9 |
pascal@13707 | 10 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13707 | 11 genpkg_rules() |
pascal@13707 | 12 { |
pascal@13707 | 13 mkdir -p $fs/usr/bin |
pascal@13707 | 14 cp stuff/get-algobox $fs/usr/bin |
pascal@13707 | 15 } |
pascal@13707 | 16 |