updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / lua-gd-git / PKGBUILD
blobb1248ada8edea5ec1e1e63a155d55af547fb2b6f
1 # Maintainer: Nicholas <rothsdad at gmail com>
3 pkgname=lua-gd-git
4 pkgver=2.0.33r2
5 pkgrel=2
6 pkgdesc="An image manipulation library based on the GD library."
7 arch=('i686' 'x86_64')
8 url="https://github.com/hoelzro/luagd"
9 license=('GPL')
10 depends=('gd' 'lua' 'git' 'pkg-config')
11 conflicts=('lua-gd')
12 source=('Makefile.arch')
13 md5sums=('79401dac6157becd2cb0ed809fe0e052')
15 build() {
16   git clone https://github.com/hoelzro/luagd.git
17   cd luagd
18   make -f ../Makefile.arch
19   install -D -m755 gd.so $pkgdir/usr/lib/lua/5.1/gd.so