summaryrefslogtreecommitdiffstats
path: root/qupzilla/Pkgfile
blob: 532ef7510a53e6b83499de0b13af293c5401f77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Description: Navigateur léger basé sur webkit et QT
# URL: http://www.qupzilla.com/
# Packager: emmanuel at grognet dot fr
# Maintainer: https://github.com/QupZilla/qupzilla
# Depends on: qt
# Run on: qt

name=qupzilla
version=1.2.0
release=1
source=(https://github.com/downloads/QupZilla/qupzilla/QupZilla-$version.tar.gz)
build ()
{

cd QupZilla-$version

export USE_WEBGL=true

qmake QUPZILLA_PREFIX=/usr/

make

make INSTALL_ROOT="$PKG/" install

}