wok-next view gnuplot/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gnuplot"
4 VERSION="5.2.8"
5 CATEGORY="graphics"
6 SHORT_DESC="Command-line driven interactive data and function plotting"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.gnuplot.info/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="cairo-dev expat-dev fontconfig-dev freetype-dev jpeg-dev
15 libgd-dev libpng-dev libx11-dev libxau-dev libxdmcp-dev libxpm-dev
16 ncurses-dev pango-dev readline-dev wxWidgets-dev zlib-dev"
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS &&
21 make $MAKEOPTS &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules()
26 {
27 copy @std
28 DEPENDS="expat fontconfig freetype gcc-lib-base jpeg libgd libpng
29 libx11 libxau libxdmcp libxpm libxxf86vm ncurses readline
30 wxWidgets zlib"
31 }