#Packager: George Vlahavas pkgname=qalculate-gtk pkgver=3.22.0 pkgrel=1gv source=("https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/qalculate-gtk-$pkgver.tar.gz") #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://qalculate.github.io slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "qalculate-gtk (a GTK frontend for libqalculate)" "Qalculate! is a multi-purpose cross-platform desktop calculator. It is" "simple to use but provides power and versatility normally reserved for" "complicated math packages, as well as useful tools for everyday needs" "(such as currency conversion and percent calculation). This package" "includes a GTK interface for it." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --with-webkitgtk \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }