# Compiling Time: 0.32 SBU # Maintainer: Melko pkgname=gnuplot pkgver=6.0.2 pkgrel=4 pkgdesc="Gnuplot is a portable command-line driven interactive data and function plotting utility." # libxaw necessary for x11 support makedepends+=('libxaw' 'x11-protos' 'qt6-tools') depends=('qt6-base>=6.8.2' 'qt6-svg>=6.8.2' 'qt6-5compat>=6.8.2' 'pango' 'gd' 'readline>=8.0') groups=('xapps-extra') archs=('x86_64') _F_archive_grepv="pre\|rc\|testing" Finclude sourceforge url="http://www.gnuplot.info/" sha1sums=('be803916e4ea32720b4a646f2ffc98d6ad3a0dc2') build() { Fcd Fbuild \ --with-bitmap-terminals \ --libexecdir=/usr/lib/$pkgname } # optimization OK