wok view get-algobox/receipt @ rev 14686
enlightenment-backgrounds: Up to 0.17.3
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:09:22 2013 +0200 (2013-06-06) |
parents | |
children | 42b8478866fb |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-algobox"
4 VERSION="1.00"
5 CATEGORY="misc"
6 SHORT_DESC="Get the Algorithm creation tool for education"
7 WEB_SITE="http://www.xm1math.net/algobox/"
8 WEB_SITE="http://www.xm1math.net/algobox/"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 cp stuff/get-algobox $fs/usr/bin
15 }