contrib/cffi/Pkgfile

16 lines
446 B
Plaintext
Raw Normal View History

2015-02-19 12:06:03 +01:00
# Description: Foreign Function Interface for Python calling C code.
# URL: http://cffi.readthedocs.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: setuptools pycparser
name=cffi
version=0.8.6
release=1
source=(http://pypi.python.org/packages/source/c/$name/$name-$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python setup.py install --root=$PKG --optimize=1
}