wok view giac/receipt @ rev 13795

blender: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 05 13:26:25 2013 +0100 (2013-01-05)
parents
children 6b09507225ec
line source
1 # SliTaz package receipt.
3 PACKAGE="giac"
4 VERSION="0.9.4"
5 CATEGORY="misc"
6 SHORT_DESC="Giac/Xcas is a free computer algebra system"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://www-fourier.ujf-grenoble.fr/~parisse/giac/giac_frozen.tgz"
12 DEPENDS="gmp mpfr libpng gsl pari ntl readline cocoalib fltk gf2x"
13 BUILD_DEPENDS="gmp-dev mpfr-dev libpng-dev gsl-dev pari-dev ntl readline-dev \
14 cocoalib fltk-dev xorg-libX11-dev gf2x-dev xorg-libXinerama-dev \
15 fltk-2.0.x-gl bison gfortran mesa-dev" # lapack
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 :
29 # cp -a $install/* $fs
30 }