#Maintainer: Dimitris Tzemos <djemos~at~slackel~dot~gr>

pkgname=python-cffi
pkgver=1.5.2
pkgrel=1dj
source=("https://pypi.python.org/packages/source/c/cffi/cffi-$pkgver.tar.gz")
sourcetemplate=http://people.salixos.org/djemos/salix/14.2/$pkgname
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://cffi.readthedocs.org

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-cffi (Foreign Function Interface for Python calling C code)"
"Foreign Function Interface for Python calling C code. The aim of this"
"project is to provide a convenient and reliable way of calling C code"
"from Python."
"Homepage: http://cffi.readthedocs.org"
)


build() {
	cd $startdir/src/cffi-$pkgver
	python setup.py install --root=$startdir/pkg
} 
