summaryrefslogtreecommitdiff
path: root/community/luakit/PKGBUILD
blob: 407c2c945eccd3354a1c2723df91feca154727c9 (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
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>

pkgname=luakit
pkgver=2011.05.06
pkgrel=2
pkgdesc='luakit is a highly configurable, micro-browser framework based on the WebKit web content engine and the GTK+ toolkit."Stable" release'
arch=('i686' 'x86_64')
url='http://www.luakit.org/projects/luakit'
license=('GPL3')
depends=('libwebkit' 'luafilesystem' )
makedepends=('git' 'help2man')
options=(!makeflags)  
conflicts=('luakit-git' 'luakit-develop-git')
install='luakit.install'
source=("${pkgver}-r1.tar.gz::https://github.com/mason-larobina/luakit/tarball/${pkgver}-r1")
md5sums=('ebf25ad1d37960ca8f70f13ebf45a874')

build() {
  cd mason-larobina-luakit-*

  make PREFIX=/usr DESTDIR=${pkgdir} clean all
}

package() {
  cd mason-larobina-luakit-*

  make PREFIX=/usr DESTDIR=${pkgdir} install 
}