updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / premake / PKGBUILD
blobf4343e1b22ed2e51fbaf7948669afcb9417073d5
1 # Contributor: Anders Bergh <anders1@gmail.com>
2 # Contributor: Mildred <silkensedai@online.fr>
3 # Maintainer: Daniel J Griffiths <griffithsdj@archlinux.us>
5 pkgname=premake
6 pkgver=3.7
7 pkgrel=1
8 pkgdesc="A build configuration tool. Describe your build using Lua and generate \
9 the project files for your specific toolset."
10 arch=('i686' 'x86_64')
11 url="http://premake.sourceforge.net"
12 license=('GPL')
13 makedepends=()
14 source=("http://downloads.sourceforge.net/sourceforge/premake/premake-src-${pkgver}.zip")
15 md5sums=('8d30dc5bbc52aad81abb1509c1dd7d8f')
17 build() {
18         cd ${srcdir}/Premake-${pkgver}
19         make || return 1
22 package() {
23         cd ${srcdir}/Premake-${pkgver}
24         install -Dm755 bin/premake ${pkgdir}/usr/bin/premake