updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / lzz / PKGBUILD
blobeae649c711925b2c095b03a7757a1d7cc49bcfab
1 # Maintainer: Caleb Reach <jtxx000@gmail.com>
2 pkgname=lzz
3 pkgver=2.8.2
4 pkgrel=2
5 pkgdesc="generate header and implementation files from an lzz file"
6 arch=('i686' 'x86_64')
7 url="http://www.lazycplusplus.com/"
8 source=('http://www.lazycplusplus.com/lzz_2_8_2_src_gen.zip')
9 license=('GPL')
10 md5sums=('9818a868bc73eef866617275b62efcc6')
12 build() {
13   cd "$srcdir/$pkgname"*_src_gen/
15   make -f Makefile.release || return 1
17   install -D lazycpp "$pkgdir"/usr/bin/lzz