wok view get-scilab/receipt @ rev 13876

asterisk: use make -j 1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 15 11:02:42 2013 +0100 (2013-01-15)
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 }