Date: Saturday, September 19, 2015 @ 14:43:14
  Author: arodseth
Revision: 140777

archrelease: copy trunk to community-staging-any

Added:
  nuitka/repos/community-staging-any/
  nuitka/repos/community-staging-any/PKGBUILD
    (from rev 140776, nuitka/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: nuitka/repos/community-staging-any/PKGBUILD (from rev 140776, 
nuitka/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2015-09-19 12:43:14 UTC (rev 140777)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth <[email protected]>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=nuitka
+pkgver=0.5.14.3
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz";)
+sha256sums=('15b1acbc8769c641a7a8b239c48105eede52019532ab2ada211fd0adacf05e67')
+
+package() {
+  cd "Nuitka-${pkgver%.0}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+} 
+
+# getver: nuitka.net/pages/download.html
+# vim: sw=2 ts=2 et:

Reply via email to