opt/gnuplot/Pkgfile

22 lines
657 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/
2008-07-11 09:29:19 +02:00
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01:00
# Packager: Martin Opel, mo at obbl-net dot de
2009-09-07 22:06:34 +02:00
# Depends on: ncurses, readline, libgd, xorg-libx11, xorg-libxau
2006-02-23 16:26:10 +01:00
name=gnuplot
2009-09-07 22:06:34 +02:00
version=4.2.6
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 \
2008-09-29 15:37:42 +02:00
--mandir=/usr/man \
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
}