# $Id: PKGBUILD 131189 2015-04-11 21:44:21Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)

pkgname=nuitka
pkgver=0.5.12
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=('68c07510d6078a25eaec50092fc2f624d98a652472cd01b2403dff679b0fcd53')

package() {
  cd "Nuitka-$pkgver"

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

# vim: sw=2 ts=2 et:
