1 # Maintainer: fauno <fauno@kiwwwi.com.ar>
5 pkgdesc="RSS/Atom feed aggregator that uploads them to a specified folder of an IMAP mail server or copies them to a local maildir"
7 url="http://home.gna.org/feed2imap/"
9 depends=('ruby-feedparser' 'ruby-rmail')
11 md5sums=('c34929e4359b49d5be15022e5177f94b')
13 source=(http://download.gna.org/${pkgname}/${pkgname}-${pkgver}.tgz)
16 cd $srcdir/$pkgname-$pkgver
18 --prefix=${pkgdir}/usr \
19 --sysconfdir=${pkgdir}/etc \
20 --rubypath="/usr/bin/env ruby" \
21 --libruby=$pkgdir/usr/lib/ruby \
22 --librubyver=$pkgdir/usr/lib/ruby/1.9.1 \
23 --siteruby=$pkgdir/usr/lib/ruby/1.9.1 \
24 --siterubyver=$pkgdir/usr/lib/ruby/1.9.1
27 ./setup.rb install || return 1
29 #rake test || return 1