milis/talimatname/genel/qupzilla/talimat

25 lines
452 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Cross-platform QtWebKit browser
# URL: http://www.qupzilla.com/
2016-07-19 22:00:40 +02:00
# Packager: alihan-ozturk28@hotmail.com
# Depends on: qt5 desktop-file-utils hunspell qt5-webkit
2016-02-24 01:27:23 +01:00
name=qupzilla
2016-08-01 02:11:19 +02:00
version=2.0.1
2016-07-19 22:00:40 +02:00
release=1
2016-02-24 01:27:23 +01:00
2016-07-19 22:00:40 +02:00
source=( https://github.com/QupZilla/qupzilla/releases/download/v$version/QupZilla-$version.tar.xz)
2016-02-24 01:27:23 +01:00
build ()
{
cd QupZilla-$version
2016-07-19 22:00:40 +02:00
export USE_WEBGL=true \
2016-02-24 01:27:23 +01:00
2016-07-19 22:00:40 +02:00
qmake-qt5 QUPZILLA_PREFIX=/usr/
2016-02-24 01:27:23 +01:00
make
make INSTALL_ROOT="$PKG/" install
}