summaryrefslogtreecommitdiff
path: root/community/premake3
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/premake3
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/premake3')
-rw-r--r--community/premake3/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/premake3/PKGBUILD b/community/premake3/PKGBUILD
deleted file mode 100644
index 12820716c..000000000
--- a/community/premake3/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 64785 2012-02-18 04:46:23Z svenstaro $
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-# Contributor: Anders Bergh <anders1@gmail.com>
-# Contributor: Mildred <silkensedai@online.fr>
-# Contributor: Daniel J Griffiths <griffithsdj@archlinux.us>
-
-pkgname=premake3
-pkgver=3.7
-pkgrel=2
-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
-}