1 # Contributor: enderst <enderst@gmail.com>
5 pkgdesc="A frontend to the great 'wget'"
8 url="http://www.kpage.de/en/"
9 depends=('kdelibs3' 'wget')
10 source=(http://www.kpage.de/download/$pkgname-$pkgver.tar.bz2
12 md5sums=('0143a6e092da11000bafe6c71912247c'
13 '6f5e566b9ee5e7f5418b81f874a7cf9d')
17 cd $startdir/src/$pkgname
18 patch -p1 <$startdir/src/stdlib.patch
19 ./configure --with-qt-dir=/opt/qt --prefix=/opt/kde
21 make DESTDIR=$startdir/pkg install