wok diff octave/receipt @ rev 13173

cairo: Forgot patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jul 30 04:43:16 2012 +0000 (2012-07-30)
parents a3403e43a807
children 164526f3f3ff
line diff
     1.1 --- a/octave/receipt	Sat Apr 28 20:37:35 2012 +0200
     1.2 +++ b/octave/receipt	Mon Jul 30 04:43:16 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="octave"
     1.7 -VERSION="3.2.4"
     1.8 +VERSION="3.6.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Language for numerical computations."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,30 +9,27 @@
    1.13  WEB_SITE="http://www.gnu.org/software/octave/"
    1.14  WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
    1.15  BUILD_DEPENDS="gfortran zlib-dev ncurses-dev readline-dev freetype-dev xorg-dev \
    1.16 -fltk perl texinfo"
    1.17 -DEPENDS="libgfortran zlib ncurses readline freetype gcc-lib-base \
    1.18 +fltk-dev perl texinfo lapack tar gawk pcre-dev mesa-dev curl-dev \
    1.19 +libdrm-dev expat-dev $DEPENDS"
    1.20 +DEPENDS="libgfortran zlib ncurses readline freetype gcc-lib-base expat \
    1.21  mesa libglu-mesa xorg-libX11 xorg-libXext xorg-libXxf86vm xorg-libXdamage \
    1.22 -xorg-libXfixes libdrm xorg-libXau xorg-libXdmcp pcre libcurl"
    1.23 +xorg-libXfixes libdrm xorg-libXau xorg-libXdmcp pcre libcurl lapack bash"
    1.24  TAGS="programming language"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29  	cd $src
    1.30 -	patch -Np1 -i $stuff/octave-3.2.0_as_needed.patch
    1.31 -	patch -Np1 -i $stuff/octave-3.2.0_parallel_make.patch
    1.32 -
    1.33 -	sed -i 's/scripts doc check/scripts check/' Makefile
    1.34  
    1.35  	# http://www.nabble.com/Random-rounding-errors-td16010966.html
    1.36  	FFLAGS="-O -ffloat-store" \
    1.37  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.38  	--libexecdir=/usr/lib/$PACKAGE \
    1.39  	--mandir=/usr/share/man \
    1.40 -	--enable-shared --disable-static \
    1.41 +	--enable-shared --disable-static --disable-docs \
    1.42  	$CONFIGURE_ARGS &&
    1.43 -	make $MAKEFLAGS &&
    1.44 -	make DESTDIR=$PWD/_pkg install
    1.45 +	LANG=C make $MAKEFLAGS &&
    1.46 +	make DESTDIR=$DESTDIR install
    1.47  }
    1.48  
    1.49  # Rules to gen a SliTaz package suitable for Tazpkg.