# Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: J. W. Birdsong pkgname=luakit pkgver=2011.07.22 pkgrel=1 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' 'libunique') makedepends=('git' 'help2man') options=(!makeflags) conflicts=('luakit-git' 'luakit-develop-git') install='luakit.install' source=("${pkgver}.tar.gz::https://github.com/mason-larobina/luakit/tarball/${pkgver}") md5sums=('f682275aa7ebc54beed187481dc4a1bc') build() { cd mason-larobina-luakit-* make PREFIX=/usr DESTDIR=${pkgdir} all } package() { cd mason-larobina-luakit-* make PREFIX=/usr DESTDIR=${pkgdir} install }