wok view get-scilab/receipt @ rev 14701

monitorix: update /etc/monitorix.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:28:08 2013 +0200 (2013-06-07)
parents
children 42b8478866fb
line source
1 # SliTaz package receipt.
3 PACKAGE="get-scilab"
4 VERSION="1.00"
5 CATEGORY="misc"
6 SHORT_DESC="Get scilab: Free Open Source Software for Numerical Computation."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.scilab.org/"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 cp stuff/get-scilab $fs/usr/bin
15 }