updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / bam / PKGBUILD
blob70960f0d2145cc87d27be772b0681fb3f95422b8
1 #Contributors: Bmauet <careil.baptiste@gmail.com>
2 pkgname=bam
3 pkgver=0.4.0
4 pkgrel=3
5 pkgdesc="A fast and flexible build system using Lua"
6 arch=('i686' 'x86_64')
7 url=http://github.com/matricks/bam
8 license=('ZLIB')
9 #depends=()
10 #makedepends=()
11 #optdepends=()
12 source=("https://github.com/downloads/matricks/bam/${pkgname}-${pkgver}.tar.gz")
13 md5sums=('2f8e8336b8884110e8a355b12c9fa58a')
15 build()
17         cd ${srcdir}/${pkgname}-${pkgver} || return 1
18         sh make_unix.sh || return 1
19         install -D -m755 bam ${pkgdir}/usr/bin/bam || return 1