contrib/python-cffi/Pkgfile

16 lines
479 B
Plaintext
Raw Normal View History

2017-11-12 05:31:12 +01:00
# Description: Foreign Function Interface for Python calling C code.
# URL: http://cffi.readthedocs.org/
# Maintainer: Danny Rawlins, crux at romster dot me
2017-11-12 05:33:17 +01:00
# Depends on: libffi pycparser
2017-11-12 05:31:12 +01:00
name=python-cffi
2018-03-11 15:51:32 +01:00
version=1.11.5
2017-11-12 05:31:12 +01:00
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
}