opt/gnuplot/Pkgfile

23 lines
626 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/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Packager: Martin Opel, mo at obbl-net dot de
2010-03-16 18:43:49 +01:00
# Depends on: libgd pango
2006-02-23 16:26:10 +01:00
name=gnuplot
2017-06-02 15:38:15 +02:00
version=5.0.6
2016-07-26 12:28:07 +02:00
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
2007-04-10 16:47:56 +02:00
--libexecdir=/usr/lib \
2016-02-23 19:45:02 +01:00
--with-x \
--with-qt=no
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2016-02-23 17:05:53 +01:00
rm $PKG/usr/share/man/man1/gnuplot-ja.1
2012-10-11 16:57:52 +02:00
rm -rf $PKG/usr/share/info
2006-02-23 16:26:10 +01:00
}