# Description: An IM client with support for ICQ and AIM/MSN networks # URL: http://www.licq.org # Packager: Falcony, falcony at users dot sourceforge dot net # Depends on: qt3 name=licq version=1.3.6 release=2 source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 ) build () { cd $name-$version # patch -p0 < ../licq-1.3.5-logonfix.patch ./configure --prefix=/usr \ --disable-debug \ --disable-gpgme \ --enable-socks5 make make DESTDIR=$PKG install cd plugins/qt-gui # If you want KDE support, use this configure line instead # ./configure --prefix=/usr --with-kde --disable-debug ./configure --prefix=/usr --disable-debug make make DESTDIR=$PKG install }