4 pkgdesc="A Library and some Helper programs that make it easier and more intuitive for Developer to integrate Tidy in Qt Applications."
6 url="http://qtidy.hjcms.de/"
8 depends=('qt>=4.6' 'tidyhtml')
9 makedepends=('make' 'cmake')
10 source=(http://qtidy.hjcms.de/Downloads/libQTidy-$pkgver.tar.bz2)
11 md5sums=('32cc5043d8b08e51c3ed9383ffde0d6f')
13 cd $srcdir/libQTidy-$pkgver
14 mkdir build && cd build
17 make DESTDIR="$pkgdir/" install || return 1