desktop/qupzilla/PKGBUILD

25 lines
564 B
Bash
Raw Normal View History

2011-10-13 22:54:57 +08:00
# Contributor: Neophytos Kolokotronis <tetris4@gmail.com>
pkgname=qupzilla
pkgver=1.0.1
pkgrel=3
2011-10-13 22:54:57 +08:00
pkgdesc="A very fast open source browser based on WebKit core"
url="http://qt-apps.org/content/show.php?content=145693"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('qt')
source=(nowrep-QupZilla-e24b4d3.zip)
md5sums=('b72921f6a3a35d407bd8292d0129faa6')
2011-10-13 22:54:57 +08:00
build() {
cd $srcdir/nowrep-QupZilla-e24b4d3/src/
qmake QupZilla.pro
export USE_WEBGL="true"
2011-10-13 22:54:57 +08:00
make
}
package() {
cd $srcdir/nowrep-QupZilla-e24b4d3/src/
2011-10-13 22:54:57 +08:00
make INSTALL_ROOT=$pkgdir install
}