milis/talimatname/genel/qupzilla/talimat

27 lines
417 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# 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
}