1 # Contributor: thorsten w. <p@thorsten-wissmann.de>
5 pkgdesc="KDE3 tool for simulation, automatization and visualization of technical processes."
7 url="http://ksimus.berlios.de/"
12 source=( ftp://ftp.berlios.de/pub/ksimus/kde3/ksimus-3-$pkgver-2.tar.gz
13 configure-disable-arts.patch
14 fix-gcc44-static-template.patch
17 md5sums=('d990a4a71531c54229decef302358bd0'
18 '0bc7a40304d6e178684afc16fc1e314f'
19 '1eb234f921e77bbcfa1fcccc2389a2ad'
23 # patching configure file to disable arts
24 patch $srcdir/ksimus-$pkgver/configure configure-disable-arts.patch
25 cd $srcdir/ksimus-$pkgver || return 1
26 patch -p1 < $srcdir/fix-gcc44-static-template.patch || return 1
29 # --with-qt-dir=/opt/qt
30 # --with-qt-includes=/opt/qt/include/
32 #./configure ${CONFIGOPTIONS[@]} || return 1
33 # HAA ! i took the config-params from klogic :D
34 ./configure --without-arts --prefix=${startdir}/pkg/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
37 make install || return 1