# kvirc, http://www.kvirc.net name=kvirc version=3.2.0 release=1 source=(ftp://ftp.kvirc.net/pub/kvirc/$version/source/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/opt/kde\ --localstatedir=/var/opt/kde # --with-i386-asm \ # --with-kde-support \ # --without-qt-check make make DESTDIR=$PKG install # make DESTDIR=$PKG docs }