#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=eatmonkey pkgver=0.1.4 zenver=64 pkgrel=1 arch=i686 source=("http://archive.xfce.org/src/apps/eatmonkey/0.1/eatmonkey-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/xap/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://goodies.xfce.org/projects/applications/eatmonkey options=('norequiredbuilder' 'noautodotnew') extradepends=('ruby-gtk2' 'aria2' 'libunique' 'ruby' 'libnotify' 'libsoup' 'xfce-base') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "eatmonkey (Stupid download manager for monkeys and Capuchins!)" "Eatmonkey is a download manager that works exclusively with aria2," "the ultra fast download utility. It has support for HTTP(s)/FTP," "BitTorrent and Metalink files." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg #Fix the launcher script sed -i -e "s|local/||g" $startdir/pkg/usr/bin/eatmonkey }