summaryrefslogtreecommitdiffstats
path: root/extra/arora/Pkgfile
blob: 181903f8415a7ba707690f5a14b57820e6e8dbb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: un navigateur web léger basé sur webkit
# URL: http://code.google.com/p/arora/ 
# Maintainer: NuTyX core team
# Packager: guy_
# Depends on: webkit, qt
# Run on:

name=arora
version=0.10.2
release=2
source=(http://arora.googlecode.com/files/$name-$version.tar.gz
	http://nutyx.meticul.eu/files/patchs/$name/arora-0.10.2_qt_4.7_build_fix.patch)

build() {
	cd $name-$version
	patch -Np1 -i ../arora-0.10.2_qt_4.7_build_fix.patch

	qmake PREFIX="/usr"
	make
	make INSTALL_ROOT=$PKG install
}