1 # Contributor: Darwin Bautista <djclue917@gmail.com>
6 pkgdesc="An alternative to the classical K Menu button and menu"
8 url="http://www.kbfx.net/staticpages/index.php?page=20060224122953187"
10 depends=('kdelibs>=3.5.7' 'strigi=0.3.11')
12 conflicts=('kbfx-devel' 'kbfx-cvs')
15 source=(http://downloads.sourceforge.net/sourceforge/kbfx/kbfx-${pkgver}.tar.bz2)
16 md5sums=('47bb5328a3f6dd2cc3f21279b9d0435c')
19 cd ${startdir}/src/kbfx-${pkgver}/
21 # Source the KDE and QT profiles
22 [ -f /etc/profile.d/kde.sh ] && source /etc/profile.d/kde.sh
23 [ -f /etc/profile.d/qt.sh ] && source /etc/profile.d/qt.sh
25 cmake -DCMAKE_INSTALL_PREFIX=/opt/kde -DLIB_INSTALL_DIR=/opt/kde/lib \
26 -DCMAKE_BUILD_TYPE=Release -DUSE_STRIGI=ON -DUSE_MENUDRAKE=OFF -DUSE_KDE4=OFF
29 make DESTDIR=${startdir}/pkg install