gnuplot: update to 4.2.4

This commit is contained in:
Juergen Daubert 2008-09-29 15:37:42 +02:00
parent ea4693d675
commit f77d688611
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
6b6d22662df5101b308c465a722c43ce gnuplot-4.2.3.tar.gz
9b8060c8d7e24e27d5007c8058dcee03 gnuplot-4.2.4.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on: ncurses, readline, libpng, xorg-libx11, xorg-libxau
name=gnuplot
version=4.2.3
version=4.2.4
release=1
source=(http://dl.sourceforge.net/sourceforge/gnuplot/$name-$version.tar.gz)
@ -13,6 +13,7 @@ build() {
cd $name-$version
sed -i '/^install:/s/install-info//' docs/Makefile.in
./configure --prefix=/usr \
--mandir=/usr/man \
--libexecdir=/usr/lib \
--with-x
make