# Maintainer (Arch): Ivy Foster # Maintainer (Arch): Stefan Husmann # Contributor (Arch): Heeru Kiyura # Maintainer: Omar Vega Ramos pkgname=conkeror-git pkgver=120527.1.241.ga1f7e87 pkgrel=1 pkgdesc='A highly programmable web browser based on Mozilla XULRunner' arch=('i686' 'x86_64') url='http://conkeror.mozdev.org/' license=('MPL' 'GPL' 'LGPL') depends=('xulrunner' 'desktop-file-utils') makedepends=('git') provides=('conkeror') conflicts=('conkeror') install='conkeror-git.install' source=('git://repo.or.cz/conkeror.git') md5sums=('SKIP') pkgver() { cd conkeror git describe --always | sed -e 's/debian.*+git//' -e 's/-/./g' } build() { cd conkeror make PREFIX=/usr } package() { cd conkeror make DESTDIR="$pkgdir" PREFIX=/usr install rm -f "$pkgdir"/usr/share/doc/conkeror/COPYING }