# Maintainer: Bartłomiej Piotrowski # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: J. W. Birdsong pkgname=luakit pkgver=2012.03.25 pkgrel=1 pkgdesc='Fast, small, webkit based browser framework extensible by Lua' arch=('i686' 'x86_64' 'mips64el') url='http://www.luakit.org/projects/luakit' license=('GPL3') depends=('libwebkit' 'luafilesystem' 'libunique' 'desktop-file-utils' 'luajit') 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=('e25aaeacfa5758127b3f677eafba9aa2') build() { cd mason-larobina-luakit-* make USE_LUAJIT=1 PREFIX=/usr DESTDIR=${pkgdir} all } package() { cd mason-larobina-luakit-* make PREFIX=/usr DESTDIR=${pkgdir} install }