1 #Contributor: Richard Murri <admin@richardmurri.com>
2 #Contributor: billycongo <billycongo@gmail.com>
6 pkgdesc="a perl script to download your Yahoo mail"
8 url="http://fetchyahoo.sourceforge.net/"
10 depends=('perl' 'perl-mime-tools' 'perl-libwww')
11 optdepends=('perl-crypt-ssleay: for https'
12 'libnet: for mail forwarding'
13 'perl-mail-imapclient: enable output to IMAP mailbox'
14 'perl-io-socket-ssl: imap ssl logins')
15 source=(http://fetchyahoo.twizzler.org/$pkgname-$pkgver.tar.gz)
19 cd "${srcdir}/$pkgname-$pkgver"
21 install -D fetchyahoo $pkgdir/usr/bin/fetchyahoo
22 install -D fetchyahoorc $pkgdir/usr/share/doc/fetchyahoo/examples/fetchyahoorc
23 install -D fetchyahoo.1 $pkgdir/usr/share/man/man1/fetchyahoo.1
26 md5sums=('5126a085a1af345f9f08645361231215')