4 pkgdesc="Google talk is a simple plasmoid using Iphone webpage of gtalk."
5 url="http://www.kde-look.org/content/show.php/google+talk?content=100704"
8 depends=('qt' 'kdelibs' 'kdebase')
11 source=(http://www.kde-look.org/CONTENT/content-files/100704-googletalk.tar.gz)
12 md5sums=(0d694019a649e82f6f4bb7592adc6e48)
18 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release ..
20 make DESTDIR=$pkgdir install || return 1