wok view get-xcas/receipt @ rev 14657

Normalize LICENSE according to wok/licenses package (bsd part)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 05 16:21:04 2013 +0200 (2013-06-05)
parents
children 42b8478866fb
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 WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 cp stuff/get-xcas $fs/usr/bin
15 }