1 # Contributor: Havanna <havanna.sha{at}gmail{dot}com>
4 pkgname="fetion-pidgin"
7 pkgdesc="Fetion plugin for pidgin"
11 url="http://code.google.com/p/ofetion/"
14 depends=("openssl" "libxml2" "gtk2" "sqlite3" "librsvg")
15 makedepends=("mercurial" "pkg-config" "intltool" "cmake")
16 optdepends=("libnotify" "gstreamer0.10" "networkmanager" "libxss" "pidgin")
21 _hgroot=https://fetion-pidgin.ofetion.googlecode.com/hg/
26 rm -rf "$srcdir/$_hgrepo-build"
27 cp -rf "$srcdir/$_hgrepo" "$srcdir/$_hgrepo-build"
28 cd "$srcdir/$_hgrepo-build"
30 cmake -DCMAKE_INSTALL_PREFIX=/usr .
35 cd "$srcdir/$_hgrepo-build"
36 make DESTDIR=${pkgdir} install