wok-6.x annotate get-xcas/receipt @ rev 14225

freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 21 16:18:40 2013 +0000 (2013-03-21)
parents
children 42b8478866fb
rev   line source
pascal@13701 1 # SliTaz package receipt.
pascal@13701 2
pascal@13701 3 PACKAGE="get-xcas"
pascal@13701 4 VERSION="1.00"
pascal@13701 5 CATEGORY="misc"
pascal@13701 6 SHORT_DESC="Get Xcas: Computer algebra system."
pascal@13701 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@13701 8 WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
pascal@13701 9
pascal@13701 10 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13701 11 genpkg_rules()
pascal@13701 12 {
pascal@13701 13 mkdir -p $fs/usr/bin
pascal@13701 14 cp stuff/get-xcas $fs/usr/bin
pascal@13701 15 }
pascal@13701 16