opt/gnuplot/Pkgfile

22 lines
493 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: GNUPlot, a graph plotting software
2021-06-04 12:23:51 +02:00
# URL: http://www.gnuplot.info/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: libgd pango
2006-02-23 16:26:10 +01:00
name=gnuplot
2023-02-11 10:53:11 +01:00
version=5.4.6
release=2
2020-07-18 09:01:19 +02:00
source=(https://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
2021-06-04 12:23:51 +02:00
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--with-x \
--with-qt=no
make
make DESTDIR=$PKG install
rm $PKG/usr/share/gnuplot/${version%.*}/js/README
2006-02-23 16:26:10 +01:00
}