contrib/cffi/Pkgfile

16 lines
442 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
2015-03-12 07:56:31 +01:00
# Depends on: libffi pycparser
2015-02-19 12:06:03 +01:00
name=cffi
2016-03-02 12:50:53 +01:00
version=1.5.2
2015-02-19 12:06:03 +01:00
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
}