# Description: KVIrc is a free portable IRC client based on the excellent Qt GUI toolkit # URL: http://www.kvirc.net # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve # Packager: Andreas Baumann, abaumann at yahoo dot com # Depends on: kdelibs, kdebase name=kvirc version=3.4.0 release=1 source=(ftp://ftp.kvirc.net/pub/kvirc/3.4.0/source/kvirc-3.4.0.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --disable-debug \ --disable-dependency-tracking \ --enable-final make make DESTDIR=$PKG install }