wok view get-scilab/receipt @ rev 13713

syslinux/iso2exe: add loram support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 18 16:09:07 2012 +0100 (2012-12-18)
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 }