[arch-commits] Commit in nuitka/repos (staging-any staging-any/PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sat Sep 19 12:40:46 UTC 2015
Date: Saturday, September 19, 2015 @ 14:40:46
Author: arodseth
Revision: 140773
archrelease: copy trunk to staging-any
Added:
nuitka/repos/staging-any/
nuitka/repos/staging-any/PKGBUILD
(from rev 140772, nuitka/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: nuitka/repos/staging-any/PKGBUILD (from rev 140772, nuitka/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2015-09-19 12:40:46 UTC (rev 140773)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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:
More information about the arch-commits
mailing list