4 pkgdesc="Download manager works with aria2 xml-rpc"
6 url="http://goodies.xfce.org/projects/applications/eatmonkey"
8 depends=(gtk2 libnotify ruby aria2 ruby-gtk2)
9 install=eatmonkey.install
10 source=(http://archive.xfce.org/src/apps/eatmonkey/0.1/eatmonkey-$pkgver.tar.bz2)
11 md5sums=(7728946a5e65d709302102cb505a1ace)
14 cd $srcdir/$pkgname-$pkgver
15 ./configure --prefix=/usr
17 make DESTDIR=$pkgdir install
20 echo 'cd /usr/share/eatmonkey && exec ruby -I"/usr/share/eatmonkey" eat.rb "$@"'
21 ) > $pkgdir/usr/bin/eatmonkey