PKGBUILDs/extra/arora/PKGBUILD

22 lines
577 B
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
# $Id: PKGBUILD 54006 2009-10-05 17:22:14Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=arora
pkgver=0.10.1
pkgrel=1
pkgdesc='A cross platform web browser built using Qt and WebKit'
url='http://www.arora-browser.org'
license=('GPL')
arch=('i686' 'x86_64')
depends=('qt' 'openssl' 'xdg-utils')
install='arora.install'
source=("http://arora.googlecode.com/files/arora-${pkgver}.tar.gz")
md5sums=('ac38282a2d9134687d9c30dbb73c0fbc')
build() {
cd $srcdir/$pkgname-$pkgver
qmake PREFIX="/usr" "CONFIG-=debug" -r
make
make INSTALL_ROOT=$pkgdir install
}