2 # Maintainer: Frikilinux <frikilinux at frikilinux.com.ar>
7 pkgdesc="A simple, lightweight, yet featureful download manager for GNOME desktop"
8 url="http://gtk-apps.org/content/show.php/Rookie+Download+Manager?content=135883"
10 arch=('i686' 'x86_64')
11 depends=('gtk3' 'dconf' 'libsoup' )
12 makedepends=('intltool')
15 source=("http://launchpad.net/rookie/trunk/0.2.5/+download/${pkgname}_${pkgver}.tar.gz")
16 install=('rookie.install')
17 sha256sums=('b6ca6bb9635f512c7f58947f28d31df7bd9aa78ecaa00af3290caf64cfb4c563')
20 cd "${srcdir}/${pkgname} (copy)"
21 ./autogen.sh --disable-schemas-compile --prefix=/usr
25 cd "${srcdir}/${pkgname} (copy)"
26 make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install