wok-next annotate get-xcas/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@13701 2
pascal@13701 3 PACKAGE="get-xcas"
pascal@13701 4 VERSION="1.00"
pascal@13701 5 CATEGORY="misc"
al@21020 6 SHORT_DESC="Get Xcas: Computer algebra system"
pascal@13701 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@13701 9 WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
pascal@13701 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@13701 15 }
pascal@13701 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 }