updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / premake4 / PKGBUILD
blob20ebb922030b4046b31653f2b85637e30dc67e33
1 # Maintainer: revel <revelΘmuub·net>
2 # Original Contributor: Marcos J. S. Magalhaes <mjsmagalhaes ^dot^ insc _at_ gmail ~dot~ com>
4 pkgname=premake4
5 pkgver=4.3
6 pkgrel=1
7 pkgdesc="A build configuration tool. Describe your build using Lua and generate \
8 the project files for your specific toolset."
9 install=premake4.install
10 arch=('i686' 'x86_64')
11 url="http://industriousone.com/premake"
12 license=('BSD')
13 #provides=("premake4")
14 source=(http://downloads.sourceforge.net/project/premake/Premake/$pkgver/premake-$pkgver-src.zip
15         )
16 md5sums=('8cfafee76f9665c93b2e9ad15b015eb7'
17         )
19 build() {
20   cd $srcdir/premake-$pkgver/build/gmake.unix
21   make
24 package() {
25 #  mkdir --parents ${pkgdir}/usr/bin || return 1
26   install -dm755 ${pkgdir}/usr/bin
27   install -m755 $srcdir/premake-$pkgver/bin/release/premake4 ${pkgdir}/usr/bin