1 # Contributor: Havanna <havanna.sha{at}gmail{dot}com>
7 pkgdesc="OpenFetion a IM client based on GTK+2.0, using CHINA MOBILE's Fetion Protocol Version 4."
11 url="http://code.google.com/p/ofetion/"
14 depends=("openssl" "libxml2" "gtk2" "sqlite3" "librsvg" "libofetion-hg>=421")
15 makedepends=("mercurial" "pkg-config" "intltool" "cmake")
16 optdepends=("libnotify" "gstreamer0.10" "networkmanager" "libxss")
21 _hgroot=https://ofetion.googlecode.com/hg/
26 rm -rf "$srcdir/$_hgrepo-build"
27 cp -rf "$srcdir/$_hgrepo" "$srcdir/$_hgrepo-build"
28 cd "$srcdir/$_hgrepo-build/openfetion"
30 cmake -DCMAKE_INSTALL_PREFIX=/usr .
35 cd "$srcdir/$_hgrepo-build/openfetion"
36 make DESTDIR=${pkgdir} install