# Description: Standalone KCalc build (KDE3) # URL: http://www.kde.org # Packager: Nathan Pardoe, npardoe at ticklestix dot co dot uk # Maintainer: Nathan Pardoe, npardoe at ticklestix dot co dot uk # Depends on: kdelibs, libgmp name=kcalc version=2.0.6 release=5 source=(http://download.kde.org/stable/3.5.9/src/kdeutils-3.5.9.tar.bz2) build () { cd kdeutils-3.5.9 export DO_NOT_COMPILE="charselectapplet klaptopdaemon ark kcharselect kgpg kregexpeditor ktimer superkaramba khexedit kedit kdf kfloppy kjots kwikdisk irkick kdessh kwallet" ./configure --prefix=/usr --disable-debug --disable-dependency-tracking --enable-final make cd kcalc make DESTDIR=$PKG install }