updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / checkgmail-notify-osd / PKGBUILD
blobab7c9cc11f7f244b16b21f291cd4d291b217a1eb
1 # Contributor: Mário Buči <mario dot buci at gmail dot com>
2 # Contributor: Gianni Vialetto <g dot vialetto at gmail dot com>
4 pkgname=checkgmail-notify-osd
5 pkgver=1.13
6 pkgrel=2
7 pkgdesc="CheckGmail is Gmail notifier. This package comes with replaced notifications for new e-mails, now using notify-osd."
8 arch=('i686' 'x86_64')
9 url="http://checkgmail.sourceforge.net/"
10 license=('GPL')
11 depends=('gtk2-perl' 'perl-gtk2-trayicon' 'perl-libwww' 'perl-crypt-ssleay' 'perl-xml-simple' 'perlxml' 'perl-crypt-simple' 'notify-osd' 'libnotify')
12 provides=('checkgmail')
13 conflicts=('checkgmail')
14 install=
15 source=(http://prdownloads.sourceforge.net/checkgmail/checkgmail-${pkgver}.tar.bz2 \
16         checkgmail.patch)
17 md5sums=('8f6742ba9c09f7b7b23a5be2e14708c7' \
18          '6f2da07e0b5743751c9d901185bfa051')
20 build() {
21     cd "$srcdir/checkgmail-$pkgver"
22   
23     patch < ../checkgmail.patch || return 1
25     mkdir -p $pkgdir/usr/bin
26     mkdir -p $pkgdir/usr/share/man/man1
27     install -m 755 checkgmail $pkgdir/usr/bin
28     install -m 644 man/checkgmail.1.gz $pkgdir/usr/share/man/man1