wok-next rev 21285

updated gnuplot (4.6.5 -> 5.2.8)
author Hans-G?nter Theisgen
date Sun Dec 08 11:30:12 2019 +0100 (2019-12-08)
parents c166487d055b
children 21dd2813e933
files gnuplot/receipt
line diff
     1.1 --- a/gnuplot/receipt	Sun Dec 08 11:18:21 2019 +0100
     1.2 +++ b/gnuplot/receipt	Sun Dec 08 11:30:12 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnuplot"
     1.7 -VERSION="4.6.5"
     1.8 +VERSION="5.2.8"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Command-line driven interactive data and function plotting"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,19 +11,21 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev libgd-dev jpeg-dev \
    1.17 -freetype-dev libpng-dev libxpm-dev libx11-dev libxau-dev \
    1.18 -libxdmcp-dev fontconfig-dev expat-dev wxWidgets-dev pango-dev cairo-dev"
    1.19 +BUILD_DEPENDS="cairo-dev expat-dev fontconfig-dev freetype-dev jpeg-dev 
    1.20 +	libgd-dev libpng-dev libx11-dev libxau-dev libxdmcp-dev libxpm-dev 
    1.21 +	ncurses-dev pango-dev readline-dev wxWidgets-dev zlib-dev"
    1.22  
    1.23 -compile_rules() {
    1.24 +compile_rules()
    1.25 +{
    1.26  	./configure $CONFIGURE_ARGS &&
    1.27  	make $MAKEOPTS &&
    1.28  	make DESTDIR=$install install
    1.29  }
    1.30  
    1.31 -genpkg_rules() {
    1.32 +genpkg_rules()
    1.33 +{
    1.34  	copy @std
    1.35 -	DEPENDS="zlib readline ncurses libgd jpeg freetype libpng gcc-lib-base \
    1.36 -	libxpm libx11 libxau libxdmcp fontconfig expat \
    1.37 -	wxWidgets libxxf86vm"
    1.38 +	DEPENDS="expat fontconfig freetype gcc-lib-base jpeg libgd libpng 
    1.39 +		libx11 libxau libxdmcp libxpm libxxf86vm ncurses readline 
    1.40 +		wxWidgets zlib"
    1.41  }