wok-next diff get-xcas/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | d958fec46c9f |
children | 0cbe4b1f2230 |
line diff
1.1 --- a/get-xcas/receipt Tue Jul 10 20:08:05 2018 +0300 1.2 +++ b/get-xcas/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -1,18 +1,18 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="get-xcas" 1.8 VERSION="1.00" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="Get Xcas: Computer algebra system." 1.11 +SHORT_DESC="Get Xcas: Computer algebra system" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" 1.15 REPOLOGY="-" 1.16 1.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 -genpkg_rules() 1.19 -{ 1.20 - mkdir -p $fs/usr/bin 1.21 - cp stuff/get-xcas $fs/usr/bin 1.22 +compile_rules() { 1.23 + install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE 1.24 } 1.25 1.26 +genpkg_rules() { 1.27 + copy @std 1.28 +}