opt/gnuplot/Pkgfile

22 lines
588 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
2015-06-08 14:23:45 +02:00
version=5.0.1
2007-04-10 16:47:56 +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 \
2008-09-29 15:37:42 +02:00
--mandir=/usr/man \
2007-04-10 16:47:56 +02:00
--libexecdir=/usr/lib \
2015-01-05 12:17:28 +01:00
--with-x
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2012-10-11 16:57:52 +02:00
rm -rf $PKG/usr/share/info
2006-02-23 16:26:10 +01:00
}