1 # Maintainer: gebjgd <robinking623@gmail.com>
2 # Contributor: Philanecros <philanecros@gmail.com>
4 pkgname="openfetion-all"
7 pkgdesc="OFetion a fetion client for linux based on GTK+2.0, using Fetion Protocol Version 4. that is version with gtk gui and cli"
11 url="http://code.google.com/p/ofetion/"
16 depends=("openssl" "libxml2" "gtk2" "sqlite3")
17 makedepends=("pkg-config" "intltool" "cmake")
18 optdepends=("libnotify" "gstreamer0.10" "networkmanager" "libxss")
30 source=("http://ofetion.googlecode.com/files/openfetion-${pkgver}.tar.gz")
32 md5sums=("a5d4fcb2a8a1cdf39cca7a116b596558")
35 cd "${srcdir}/${pkgname}-${pkgver}"
43 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release ..
49 cd "${srcdir}/${pkgname}-${pkgver}/build"
51 make DESTDIR="${pkgdir}/" install