1 # Maintainer: gebjgd <robinking623@gmail.com>
2 # Contributor: Philanecros <philanecros@gmail.com>
4 pkgname="openfetion-standalone"
7 pkgdesc="OFetion a fetion client for linux based on GTK+2.0, using Fetion Protocol Version 4."
11 url="http://code.google.com/p/ofetion/"
16 depends=("openssl" "libxml2" "gtk2" "libnotify" "gstreamer0.10"
17 "sqlite3" "networkmanager" "libxss")
18 makedepends=("pkg-config" "intltool")
31 source=("http://ofetion.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
33 md5sums=("d26370e5783a858bb688f487f74481ac")
36 cd "${srcdir}/${pkgname}-${pkgver}"
42 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release ..
48 cd "${srcdir}/${pkgname}-${pkgver}/build"
50 make DESTDIR="${pkgdir}/" install