updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / conky-email / PKGBUILD
blobf75dd907d87706e226f082d025f3550c646c8581
1 # Contributor: Nathan Owe <ndowens.aur at gmail dot com>
2 # Maintainer: Roel Blaauwgeers <roel at ttys0.nl>
3 pkgname=conky-email
4 pkgver=2.14
5 pkgrel=2
6 pkgdesc="A simple script to display the count of emails in conky."
7 arch=('any')
8 url="https://code.launchpad.net/~conky-companions/+archive/ppa/+files/conkyemail_$pkgver.tar.gz"
9 license=('GPL3')
10 depends=('python2' 'python-keyring')
11 install=${pkgname}.install
12 source=("https://launchpad.net/~conky-companions/+archive/ppa/+files/conkyemail_${pkgver}.tar.gz")
13 md5sums=('37e4b99c626c9c354b6309ff7880db7b')
15 package() {
16   cd ${srcdir}/src
17   python setup.py build 
18   
19   python setup.py install --root=${pkgdir} 
20   install -Dm644 README ${pkgdir}/usr/share/conkyemail/README