# Description:  Cross-platform QtWebKit browser
# URL: http://www.qupzilla.com/
# Packager: pierre at nutyx dot org
# Depends on: qt4 desktop-file-utils hunspell qtwebkit

name=qupzilla
version=1.6.1
release=3

source=(http://qupzilla.com/uploads/QupZilla-$version.tar.gz)
build ()
{

cd QupZilla-$version

export USE_WEBGL=true

source setqt4

qmake QUPZILLA_PREFIX=/usr/

make

make INSTALL_ROOT="$PKG/" install

}
