summaryrefslogtreecommitdiff
path: root/pcr/conkeror-git/PKGBUILD
blob: e21a8e5678a78b14d8684fd3533a30f68e6e9263 (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
29
30
31
32
33
34
35
# Maintainer (Arch): Ivy Foster <joyfulgirl@archlinux.us>
# Maintainer (Arch): Stefan Husmann <stefan-husmann@t-online.de>
# Contributor (Arch): Heeru Kiyura <M8R-p9i5nh@mailinator.com>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>

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
}