gnuplot: update to 4.2.0
This commit is contained in:
parent
ea991ab811
commit
0609e8f5ff
@ -2,13 +2,27 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/gnuplot
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/X11/
|
||||
drwxr-xr-x root/root usr/lib/X11/app-defaults/
|
||||
-rw-r--r-- root/root usr/lib/X11/app-defaults/Gnuplot.app-defaults
|
||||
drwxr-xr-x root/root usr/lib/gnuplot/
|
||||
drwxr-xr-x root/root usr/lib/gnuplot/4.0/
|
||||
-rwxr-xr-x root/root usr/lib/gnuplot/4.0/gnuplot_x11
|
||||
drwxr-xr-x root/root usr/lib/gnuplot/4.2/
|
||||
-rwxr-xr-x root/root usr/lib/gnuplot/4.2/gnuplot_x11
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/gnuplot.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/gnuplot/
|
||||
drwxr-xr-x root/root usr/share/gnuplot/4.0/
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.0/gnuplot.gih
|
||||
drwxr-xr-x root/root usr/share/gnuplot/4.2/
|
||||
drwxr-xr-x root/root usr/share/gnuplot/4.2/PostScript/
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.2/PostScript/8859-1.ps
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.2/PostScript/8859-15.ps
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.2/PostScript/8859-2.ps
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.2/PostScript/cp1250.ps
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.2/PostScript/cp437.ps
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.2/PostScript/cp850.ps
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.2/PostScript/cp852.ps
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.2/PostScript/koi8r.ps
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.2/PostScript/koi8u.ps
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.2/PostScript/prologue.ps
|
||||
-rw-r--r-- root/root usr/share/gnuplot/4.2/gnuplot.gih
|
||||
|
@ -1 +1 @@
|
||||
66258443d9f93cc4f46b147dac33e63a gnuplot-4.0.0.tar.gz
|
||||
f688a578ddb4c376fd7d91ce444a0745 gnuplot-4.2.0.tar.gz
|
||||
|
@ -5,23 +5,16 @@
|
||||
# Depends on: ncurses, readline, libpng, xorg-libx11, xorg-libxau
|
||||
|
||||
name=gnuplot
|
||||
version=4.0.0
|
||||
release=2
|
||||
version=4.2.0
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/gnuplot/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
sed -i -e '/^install:/s/install-info//' \
|
||||
-e '/^all:/s/gnuplot\.info//' \
|
||||
docs/Makefile.in
|
||||
sed -i '/^install:/s/install-info//' docs/Makefile.in
|
||||
./configure --prefix=/usr \
|
||||
--with-png \
|
||||
--with-x \
|
||||
--x-include=/usr/X11R6/include \
|
||||
--x-libraries=/usr/X11R6/lib \
|
||||
--with-readline=gnu \
|
||||
--libexecdir=/usr/lib
|
||||
--libexecdir=/usr/lib \
|
||||
--with-x
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/{info,share/emacs}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user