contrib/python-cffi/Pkgfile
2020-02-12 22:21:45 +11:00

16 lines
486 B
Plaintext

# Description: Foreign Function Interface for Python calling C code.
# URL: http://cffi.readthedocs.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libffi python-pycparser
name=python-cffi
version=1.14.0
release=1
source=(https://files.pythonhosted.org/packages/source/${name:7:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1
}