updated on Mon Jan 23 00:00:36 UTC 2012
[aur-mirror.git] / libqtidy / PKGBUILD
blob64f4c787542ded86ae72b293544975ce47ba60a6
1 pkgname=libqtidy
2 pkgver=0.8.2
3 pkgrel=1
4 pkgdesc="A Library and some Helper programs that make it easier and more intuitive for Developer to integrate Tidy in Qt Applications."
5 arch=('i686' 'x86_64')
6 url="http://qtidy.hjcms.de/"
7 license=('LGPL2')
8 depends=('qt>=4.6' 'tidyhtml')
9 makedepends=('make' 'cmake')
10 source=(http://qtidy.hjcms.de/Downloads/libQTidy-$pkgver.tar.bz2)
11 md5sums=('32cc5043d8b08e51c3ed9383ffde0d6f')
12 build() {
13   cd $srcdir/libQTidy-$pkgver
14   mkdir build && cd build
15   cmake .. || return 1
16   make || return 1
17   make DESTDIR="$pkgdir/" install || return 1