updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / cosmo / PKGBUILD
bloba265430b1048c37a18f2f7cd67ef17524509e91a
1 # Contributor: Lucas Hermann Negri <kkndrox@gmail.com>
2 # Maintainer: Andreas Baumann <abaumann@yahoo.com>
4 pkgname=cosmo
5 pkgver=9.09.22
6 pkgrel=1
7 pkgdesc="Safe templates engine for Lua" 
8 arch=(i686 x86_64)
9 url="http://cosmo.luaforge.net/" 
10 depends=('lua')
11 license=(CUSTOM)
12 source=(http://cosmo.luaforge.net/$pkgname-$pkgver.tar.gz)
13 md5sums=('ae0ea6af342089e3ede1ba48ded8e138')
15 build() { 
16         cd $startdir/src/$pkgname-$pkgver 
17         ./configure lua
18         make install LUA_DIR=$startdir/pkg/usr/share/lua/5.1 || return 1