wok-next view get-xcas/receipt @ rev 17066

qtconfig: fix "broken", mplayer:fix osd menu, ln -s source
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Aug 22 13:41:54 2014 +0200 (2014-08-22)
parents 62b0ea7fa4fc
children d958fec46c9f
line source
1 # SliTaz package receipt.
3 PACKAGE="get-xcas"
4 VERSION="1.00"
5 CATEGORY="misc"
6 SHORT_DESC="Get Xcas: Computer algebra system."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-xcas $fs/usr/bin
16 }