gnuplot: update to 5.4.2

This commit is contained in:
Juergen Daubert 2021-06-04 12:23:51 +02:00
parent 2c9b71b36a
commit 6535263463
2 changed files with 16 additions and 15 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YO3zOGf8hoODrQpIfQ8jVFkq4ToLXnoXRGS5mROMPpq1w6LSS9IooPEitjYL1YkMr9Q5X/XTGXL/topxPjcAg4=
SHA256 (Pkgfile) = f9c06e4c72735f7c41280b1659c651de9ce2294c0fe1b22e2049364a2b34c489
RWSE3ohX2g5d/SE/l/DRywqH9oGWM4e/dkokLvC0kpa5efxOXD5GDnKK5sgI+PgruuJnr/WpM2c4UdQtSV7dY5K9wxVzXLK1Kwc=
SHA256 (Pkgfile) = f35613787ab1cb2f9cf4ce56436d02ce083034c258d32ef2eeb67abe03644181
SHA256 (.footprint) = f8ec7739c1603b8f9f6db731330cd3e678cfbfd8bea2c192c1a4a90c5552a8d5
SHA256 (gnuplot-5.4.1.tar.gz) = 6b690485567eaeb938c26936e5e0681cf70c856d273cc2c45fabf64d8bc6590e
SHA256 (gnuplot-5.4.2.tar.gz) = e57c75e1318133951d32a83bcdc4aff17fed28722c4e71f2305cfc2ae1cae7ba

View File

@ -1,20 +1,21 @@
# Description: GNUPlot, a graph plotting software
# URL: http://www.gnuplot.info/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: libgd pango
# URL: http://www.gnuplot.info/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: libgd pango
name=gnuplot
version=5.4.1
version=5.4.2
release=1
source=(https://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
build() {
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
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
}