milis/talimatname/genel/qupzilla/talimat

25 lines
452 B
Text
Raw Normal View History

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