wok-next diff giac/receipt @ rev 13765
Up: wine, winetricks
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu Jan 03 14:55:33 2013 +0300 (2013-01-03) |
parents | |
children | 6b09507225ec |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/giac/receipt Thu Jan 03 14:55:33 2013 +0300 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="giac" 1.7 +VERSION="0.9.4" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Giac/Xcas is a free computer algebra system" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WGET_URL="http://www-fourier.ujf-grenoble.fr/~parisse/giac/giac_frozen.tgz" 1.14 + 1.15 +DEPENDS="gmp mpfr libpng gsl pari ntl readline cocoalib fltk gf2x" 1.16 +BUILD_DEPENDS="gmp-dev mpfr-dev libpng-dev gsl-dev pari-dev ntl readline-dev \ 1.17 +cocoalib fltk-dev xorg-libX11-dev gf2x-dev xorg-libXinerama-dev \ 1.18 +fltk-2.0.x-gl bison gfortran mesa-dev" # lapack 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + ./configure $CONFIGURE_ARGS && 1.24 + make && 1.25 + make install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + : 1.32 + # cp -a $install/* $fs 1.33 +}