wok annotate get-scilab/receipt @ rev 24816
updated libnotify-gtk3 and libnotify-gtk3-dev (0.7.6 -> 0.7.9)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 23 07:12:17 2022 +0100 (2022-03-23) |
parents | d478641e3dce |
children | 73f36875e5a7 |
rev | line source |
---|---|
pascal@13703 | 1 # SliTaz package receipt. |
pascal@13703 | 2 |
pascal@13703 | 3 PACKAGE="get-scilab" |
pascal@13703 | 4 VERSION="1.00" |
pascal@13703 | 5 CATEGORY="misc" |
pascal@13703 | 6 SHORT_DESC="Get scilab: Free Open Source Software for Numerical Computation." |
pascal@13703 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15199 | 8 LICENSE="BSD" |
pascal@13703 | 9 WEB_SITE="http://www.scilab.org/" |
pascal@13703 | 10 |
pascal@13703 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13703 | 12 genpkg_rules() |
pascal@13703 | 13 { |
pascal@13703 | 14 mkdir -p $fs/usr/bin |
pascal@13703 | 15 cp stuff/get-scilab $fs/usr/bin |
pascal@13703 | 16 } |
pascal@13703 | 17 |