1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: M Rawash <mrawash@gmail.com>
3 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
8 pkgdesc="A download manager featuring download classification and HTML import"
10 url="http://urlget.sourceforge.net/"
12 depends=('curl>=7.17' 'gtk2>=2.18' 'hicolor-icon-theme' 'libnotify')
13 makedepends=('intltool' 'pkgconfig>=0.9.0')
15 source=(http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/$pkgver/uget-$pkgver.tar.gz)
16 md5sums=('2e0ad66ecdd0104b8fb27b29fdb44df1')
19 cd "$srcdir/$pkgname-$pkgver"
20 ./configure --prefix=/usr --disable-gstreamer
25 cd "$srcdir/$pkgname-$pkgver"
26 make DESTDIR="$pkgdir" install