opt/gnuplot/Pkgfile

21 lines
621 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: GNUPlot, a graph plotting software
# URL: http://www.gnuplot.info/
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
# Packager: Martin Opel, mo at obbl-net dot de
2007-01-06 12:05:54 +01:00
# Depends on: ncurses, readline, libpng, xorg-libx11, xorg-libxau
2006-02-23 16:26:10 +01:00
name=gnuplot
2008-03-13 09:52:07 +01:00
version=4.2.3
2007-04-10 16:47:56 +02:00
release=1
2006-02-23 16:26:10 +01:00
source=(http://dl.sourceforge.net/sourceforge/gnuplot/$name-$version.tar.gz)
build() {
cd $name-$version
2007-04-10 16:47:56 +02:00
sed -i '/^install:/s/install-info//' docs/Makefile.in
2006-02-23 16:26:10 +01:00
./configure --prefix=/usr \
2007-04-10 16:47:56 +02:00
--libexecdir=/usr/lib \
--with-x
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}