#Packager: George Vlahavas pkgname=galculator pkgver=2.1.4 pkgrel=1gv source=("http://galculator.mnim.org/downloads/galculator-2.1.4.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "about-nls") url=http://galculator.mnim.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "galculator (a gtk2 calculator)" "galculator is a GTK 2 based calculator with ordinary notation/reverse" "polish notation, a formula entry mode, different number bases (DEC," "HEX, OCT, BIN) and different units of angular measure (DEG, RAD," "GRAD)." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --disable-gtk3 \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg rm $startdir/pkg/usr/share/pixmaps/galculator.xpm }