1 # Contributor: Tilo Brueckner blueperil at gmx de
3 pkgname=kopete-fetion-git
6 pkgdesc="Fetion for Kopete is a protocol plugin for Kopete allowing access to the China Mobile Fetion."
8 url="http://gitweb.kde.org/scratch/nihui/kopete-fetion.git"
10 depends=('kdenetwork-kopete' 'openssl')
11 makedepends=('make' 'cmake' 'automoc4')
13 _gitroot=git://anongit.kde.org/scratch/nihui/kopete-fetion
14 _gitname=kopete-fetion
17 msg "Connecting to anongit.kde.org GIT server...."
19 if [ -d $srcdir/$_gitname ] ; then
20 cd $_gitname && git reset --hard HEAD && git pull origin
21 msg "The local files are updated."
31 if [ ! -d build ] ; then
36 cmake ../$_gitname -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` || return 1
42 make DESTDIR=$pkgdir install || return 1
44 md5sums=('df7b2eb26694c44af5a276d4a0a6e7b8')
45 md5sums=('f652fcc6e5abbc72e52f585d1b0db82b')