updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / qutim-plugin-weather / PKGBUILD
blobafd72c2d7584890e80c400cdffecd466bf11ff53
1 # Contributor: Borislav Gerassimov (slimmer) <borislavba (at) gmail.com>
2 pkgname=qutim-plugin-weather
3 pkgver=0.1
4 pkgrel=2
5 pkgdesc="Weather plugin for Qutim"
6 arch=('i686' 'x86_64')
7 url="http://qutim.org"
8 license=('GPL')
9 makedepends=('make')
10 depends=('qutim')
11 source=("http://62.109.3.250/sites/default/files/weather-$pkgver.tar")
12 md5sums=('e484f9ffa72532bb2c1b2c4fc0cc94b4')
14 build() {
15 msg "Building and installing..."
16    cd $srcdir/weather
17    qmake || return 1
18    make || return 1
19    install -Dm 644 $srcdir/libweather.so \
20                    $pkgdir/usr/lib/qutim/libweather.so || return 1