updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / series60-remote-devel / PKGBUILD
blob192c152f71c32d5068598c067b1baa585ce61276
1 # Maintainer: Jakub Kozisek <nodevel at gmail dot com>
3 pkgname=series60-remote-devel
4 pkgver=0.4.80
5 pkgrel=4
6 pkgdesc="Application to manage your S60 mobile phone (development version)"
7 arch=('i686' 'x86_64')
8 url="http://series60-remote.sourceforge.net"
9 license=('GPLv2')
10 depends=('python2' 'python2-qt' 'python-pybluez' 'obexftp')
11 optdepends=('python-vobject: for exporting/importing contacts in vobject format'
12             'python2-ldap: for exporting/importing contacts in ldap format'
13             'python2-matplotlib: for generating messages statistics')
14 provides=('series60-remote')
15 conflicts=('series60-remote')
16 source=(http://downloads.sourceforge.net/project/series60-remote/series60-remote/$pkgver/series60-remote-$pkgver.tar.gz)
18 build() {
19   cd $srcdir/series60-remote-$pkgver
20   python2 setup.py install --prefix=$pkgdir/usr || return 1
22 md5sums=('7ca59f5a41072597d8d4a38ed327e696')