1 # Contributor: thorsten w. <p@thorsten-wissmann.de>
5 pkgdesc="Boolean Functions for KSimus"
7 url="http://ksimus.berlios.de/"
12 #fix-gcc44-static-template.patch
13 source=( ftp://ftp.berlios.de/pub/ksimus/kde3/ksimus-boolean-3-0.3.6.tar.gz
14 configure-disable-arts.patch
17 md5sums=( ae3db75b13a947c8ebcc952326893f83
18 0bc7a40304d6e178684afc16fc1e314f
22 # patching configure file to disable arts
23 patch $srcdir/ksimus-boolean-$pkgver/configure configure-disable-arts.patch
24 cd $srcdir/ksimus-boolean-$pkgver || return 1
25 #patch -p1 < $srcdir/fix-gcc44-static-template.patch || return 1
28 # --with-qt-dir=/opt/qt
29 # --with-qt-includes=/opt/qt/include/
31 #./configure ${CONFIGOPTIONS[@]} || return 1
32 # HAA ! i took the config-params from klogic :D
33 ./configure --without-arts --prefix=${pkgdir}/opt/kde/ --with-qt-dir=/opt/qt/ --with-qt-includes=/opt/qt/include/ --with-qt-libraries=/opt/qt/lib/ --with-extra-includes=/opt/kde/include/ --with-extra-libs=/opt/kde/lib/ --with-gnu-ld --includedir=/opt/kde/include --exec-prefix=/opt/kde/ || return 1
36 # exec-prefix is different, when installing
37 make install exec_prefix=${pkgdir}/opt/kde || return 1