[arch-commits] Commit in (5 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Nov 22 22:55:55 UTC 2013


    Date: Friday, November 22, 2013 @ 23:55:55
  Author: arodseth
Revision: 101340

Moved from AUR

Added:
  nuitka/
  nuitka/repos/
  nuitka/repos/community-any/
  nuitka/trunk/
  nuitka/trunk/PKGBUILD

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

Added: nuitka/trunk/PKGBUILD
===================================================================
--- nuitka/trunk/PKGBUILD	                        (rev 0)
+++ nuitka/trunk/PKGBUILD	2013-11-22 22:55:55 UTC (rev 101340)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+_name=Nuitka
+pkgname=nuitka
+pkgver=0.4.6.2
+pkgrel=2
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+depends=('python2')
+options=('!emptydirs')
+source=("http://nuitka.net/releases/$_name-$pkgver.tar.gz")
+sha256sums=('55091ed10015fc7b911a80a8b064c81d5c65ce5cc1f2cca245ae44988826fbe3')
+
+package() {
+  cd "$_name-$pkgver"
+
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim: sw=2 ts=2 et:


Property changes on: nuitka/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list