updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / cloudsn / PKGBUILD
blobf2f237533dc43f628533b849a39e6cfaa0f5d1b3
1 # Contributor: Angelo "Encelo" Theodorou <encelo@gmail.com>
2 # Maintainer: Jesús Barbero Rodríguez <chuchiperriman@gmail.com>
4 pkgname=cloudsn
5 pkgver=0.8.12
6 pkgrel=1
7 pkgdesc="E-mail (pop3, gmail, imap), rss, and tweets notifier"
8 arch=('any')
9 url="http://chuchiperriman.github.com/cloud-services-notifications/"
10 license=('GPL')
11 depends=('python2' 'python-notify' 'python-simplejson' 'pyxdg' 'pygtk' 'python2-gconf' 'hicolor-icon-theme' 'dbus-python')
12 optdepends=('python2-feedparser: RSS support'
13 'python-gnomekeyring: Store passwords in gnome-keyring'
14 'gstreamer0.10-python: To play sounds'
16 install=cloudsn.install
17 source=($pkgname-$pkgver.tar.gz::https://github.com/chuchiperriman/cloud-services-notifications/tarball/$pkgver)
18 md5sums=('48ad0daee6cfb6d0e18533ab14651d27')
20 build() {
21   cd $srcdir/chuchiperriman-cloud-services-notifications-*
23   python2 setup.py install --root=$pkgdir --prefix=/usr
26 # vim:set ts=2 sw=2 et: