summaryrefslogtreecommitdiffstats
path: root/qupzilla/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-06-05 01:12:14 +0200
committerpiernov <piernov@piernov.org>2012-06-17 18:17:51 +0200
commitac8c5a743c6eec4257f50cfc2a626742ae3aa49e (patch)
tree2ee24c3f04f6c8c2a55ff04d1d936b3fcacbbf6f /qupzilla/Pkgfile
parent2f36137cf1363d8fb0a50317bda9535f5b913bb9 (diff)
downloadnutyx-extra-ac8c5a743c6eec4257f50cfc2a626742ae3aa49e.tar.gz
nutyx-extra-ac8c5a743c6eec4257f50cfc2a626742ae3aa49e.tar.bz2
nutyx-extra-ac8c5a743c6eec4257f50cfc2a626742ae3aa49e.tar.xz
nutyx-extra-ac8c5a743c6eec4257f50cfc2a626742ae3aa49e.zip
qupzilla, nouveau port
(cherry picked from commit 35615ce4bb5ad0b5332cadcdf5cc50bd8070aa39)
Diffstat (limited to 'qupzilla/Pkgfile')
-rw-r--r--qupzilla/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/qupzilla/Pkgfile b/qupzilla/Pkgfile
new file mode 100644
index 000000000..532ef7510
--- /dev/null
+++ b/qupzilla/Pkgfile
@@ -0,0 +1,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
+
+}