# Maintainer: Samuel Damashek pkgname=huggle pkgver=3.1.12 pkgrel=2 pkgdesc="Huggle Anti-Vandalism tool for Wikipedia" arch=('i686' 'x86_64') url="https://en.wikipedia.org/wiki/Wikipedia:Huggle" license=('GPL') makedepends=('qconf' 'cmake' 'qtwebkit' 'qt4') groups=('base-devel') source=("https://github.com/huggle/huggle3-qt-lx/archive/${pkgver}.tar.gz") md5sums=('839c74bf5903846d535be0affa08022f') build() { #cd "$srcdir" #tar -xf "$pkgver.tar.gz" cd "$srcdir/huggle3-qt-lx-$pkgver/huggle" cmake . -DCMAKE_INSTALL_PREFIX=/usr make } package() { cd "$srcdir/huggle3-qt-lx-$pkgver/huggle" make DESTDIR=$pkgdir install }