# Maintainer: Sven-Hendrik Haase # Contributor: Anders Bergh # Contributor: Mildred # Contributor: Daniel J Griffiths pkgname=premake3 pkgver=3.7 pkgrel=1 pkgdesc="A simple build configuration and project generation tool using lua" arch=('i686' 'x86_64') url="http://premake.sourceforge.net" license=('GPL') makedepends=() source=("http://downloads.sourceforge.net/sourceforge/premake/premake-src-${pkgver}.zip") md5sums=('8d30dc5bbc52aad81abb1509c1dd7d8f') build() { cd ${srcdir}/Premake-${pkgver} make } package() { cd ${srcdir}/Premake-${pkgver} install -Dm755 bin/premake ${pkgdir}/usr/bin/premake }