updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / lua-gd / PKGBUILD
blob21f00efd335e3bfd8ebc1e28a7c0b2f9edbbf603
1 # Contributor: EdwardXXIV <blei42@gmail.com>
2 # Maintainer: Laszlo Papp <djszapi at archlinux us>
4 pkgname=lua-gd
5 pkgver=2.0.33r2
6 pkgrel=2
7 pkgdesc="An image manipulation library based on the GD library."
8 arch=('i686' 'x86_64')
9 url="http://lua-gd.luaforge.net/"
10 license=('GPL')
11 depends=('gd' 'lua')
12 source=("http://luaforge.net/frs/download.php/1592/$pkgname-$pkgver.tar.gz"
13         'Makefile.arch')
14 md5sums=('69e9c07ce208ce13d4373177c2e24df0'
15          '7c50ec3b6c2b93f80d599ca1a07c2b10')
17 build() {
18   cd "$srcdir/$pkgname-$pkgver"
19   make -f ../Makefile.arch || return 1
20   install -D -m755 gd.so $pkgdir/usr/lib/lua/5.1/gd.so