# $Id: PKGBUILD 135814 2015-06-24 07:32:36Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>

pkgname=python-slip
pkgver=0.6.1
pkgrel=1
pkgdesc='Simple Library for Python'
arch=('any')
url='http://fedorahosted.org/python-slip'
license=('GPL2')
depends=('polkit' 'python-dbus' 'python-decorator' 'python-gobject'
         'python-six')
makedepends=('python-setuptools')
source=("http://fedorahosted.org/released/python-slip/python-slip-${pkgver}.tar.bz2")
sha256sums=('bc897f1ab6f5b4989f85548799aaeb84fde67bbba18e40341bfe1d7885c2fd9a')

build() {
  cd python-slip-${pkgver}

  make
}

package() {
  cd python-slip-${pkgver}

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

# vim: ts=2 sw=2 et:
