gnuplot: update to 5.0.0.

This commit is contained in:
Enno Boland 2015-01-08 20:04:02 +01:00
parent d7173dc597
commit e060f14535
1 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'gnuplot'
pkgname=gnuplot
version=4.6.6
revision=2
version=5.0.0
revision=1
configure_args="--with-readline=builtin"
hostmakedepends="pkg-config"
makedepends="zlib-devel libX11-devel gd-devel lua-devel"
@ -13,7 +13,7 @@ homepage="http://www.gnuplot.info/"
update_ignore="*rc*"
license="gnuplot"
distfiles="${SOURCEFORGE_SITE}/gnuplot/gnuplot/${version}/gnuplot-${version}.tar.gz"
checksum=1f19596fd09045f22225afbfec11fa91b9ad1d95b9f48406362f517d4f130274
checksum=417d4bc5bc914a60409bb75cf18dd14f48b07f53c6ad3c4a4d3cd9a8d7370faf
subpackages="gnuplot-common"
if [ -z "$CROSS_BUILD" ]; then
@ -57,11 +57,13 @@ do_configure() {
}
do_build() {
make -C x11 ${makejobs}
if [ -z "$CROSS_BUILD" ]; then
make -C wx ${makejobs}
make -C qt ${makejobs}
else
make -C x11/docs CC=gcc
fi
make -C x11 ${makejobs}
}
do_install() {
@ -89,7 +91,6 @@ gnuplot-common_package() {
vmove usr/share/gnuplot/${version%.*}/*.gp
vmove usr/share/gnuplot/${version%.*}/gnuplot.gih
vmove usr/share/gnuplot/${version%.*}/gnuplotrc
vmove usr/share/gnuplot/${version%.*}/gnuplot.pdf
vmove usr/share/licenses/gnuplot
vmove usr/share/man/man1/gnuplot.1
}