# $Id: PKGBUILD 129871 2015-03-24 23:13:41Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)

pkgname=nuitka
pkgver=0.5.11.1
pkgrel=1
pkgdesc='Python to native compiler'
arch=('any')
url='http://www.nuitka.net/'
license=('APACHE')
makedepends=('scons')
depends=('python' 'scons')
options=('!emptydirs')
source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz")
sha256sums=('dd40af1a449f2c05d49b90cdadd844e58b0f9006f90beb1d0e87fb40c27ee021')

package() {
  cd "Nuitka-$pkgver"

  python setup.py install --root="$pkgdir" --optimize=1
} 

# vim: sw=2 ts=2 et:
