summaryrefslogtreecommitdiff
path: root/extra/arora/PKGBUILD
blob: 90b88109f1db1815235226d5b7f57fe234b90c1c (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
26
27
28
# $Id: PKGBUILD 188497 2013-06-15 04:38:48Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>

pkgname=arora
pkgver=0.11.0
pkgrel=4
pkgdesc='Lightweight cross-platform Web browser'
url='http://code.google.com/p/arora/'
license=('GPL')
arch=('i686' 'x86_64')
depends=('qtwebkit' 'desktop-file-utils')
source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
sha1sums=('480cfd7482cccbb7ece866fa10afe9acace29b31')

install=install

build() {
	cd "${srcdir}/${pkgname}-${pkgver}"
	qmake-qt4 PREFIX='/usr' 'CONFIG-=debug' -r
	make
}

package() {
	cd "${srcdir}/${pkgname}-${pkgver}"
	make INSTALL_ROOT="${pkgdir}" install
}