updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / emesene-dillo / PKGBUILD
blob894e38dd8ea368ad6843fda4ad41a93977a435bb
1 pkgname=emesene-dillo
2 pkgver=0.2a
3 pkgrel=1
4 pkgdesc="The name 'Dillo' is the Italian translation of 'say it'... because this plugin reads the new messages."
5 arch=('i686' 'x86_64')
6 url="http://forum.emesene.org/index.php/topic,1352.0.html"
7 license=('unknown')
8 depends=('emesene' 'espeak')
9 makedepends=('patch' 'diffutils')
10 source=('http://italianmafia.altervista.org/blog/download.php?get=dillo.py' 'dillo.patch')
11 md5sums=('68a7d4e5dfc7e826a61cf56e656bf8b0'
12          '2b23ba82aac8677e3c3163e152be14c6')
15 build() {
16   cd "$srcdir/"
17   mv download.php?get=dillo.py dillo.py
18   patch -p0 < dillo.patch
19   install -Dm644 dillo.py $pkgdir/usr/share/emesene/plugins_base/dillo.py