1 # Contributor: Pierre Chapuis <catwell at archlinux dot us>
2 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
7 pkgdesc="Lua bindings for libalpm."
9 url="http://clyde.archuser.com"
13 conflicts=('clyde' 'clyde-git' 'lualpm')
15 _gitroot="git://github.com/Kiwi/clyde.git"
20 if [ -d $_gitname ] ; then
26 msg "GIT checkout done or server timeout"
29 rm -rf $_gitname-build
30 git clone $_gitname $_gitname-build
33 make lualpm || return 1
34 make DESTDIR=${pkgdir} install_lualpm || return 1
35 install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE