updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / openfetion-standalone / PKGBUILD
blob3cf5fafeeb3dc32d12159be6549636e5b49a5eb4
1 # Maintainer: gebjgd <robinking623@gmail.com>
2 # Contributor: Philanecros <philanecros@gmail.com>
4 pkgname="openfetion-standalone"
5 pkgver="2.1.0"
6 pkgrel="1"
7 pkgdesc="OFetion a fetion client for linux based on GTK+2.0, using Fetion Protocol Version 4."
9 arch=("i686" "x86_64")
11 url="http://code.google.com/p/ofetion/"
12 license=("GPL")
14 #groups=()
16 depends=("openssl" "libxml2" "gtk2" "libnotify" "gstreamer0.10"
17          "sqlite3" "networkmanager" "libxss")
18 makedepends=("pkg-config" "intltool")
19 #optdepends=()
21 #provides=()
22 #conflicts=()
23 #replaces=()
25 #backup=()
26 #options=()
28 #install=
29 #changelog=
31 source=("http://ofetion.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
32 #noextract=()
33 md5sums=("d26370e5783a858bb688f487f74481ac")
35 build() {
36   cd "${srcdir}/${pkgname}-${pkgver}"
38   mkdir build
40   cd build
42   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release ..
44   make
47 package() {
48   cd "${srcdir}/${pkgname}-${pkgver}/build"
50   make DESTDIR="${pkgdir}/" install