contrib/python3-cffi/Pkgfile

16 lines
483 B
Plaintext
Raw Normal View History

2019-05-21 14:21:24 +02:00
# Description: Foreign Function Interface for Python calling C code.
# URL: http://cffi.readthedocs.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-pycparser
name=python3-cffi
2020-02-12 12:22:14 +01:00
version=1.14.0
2019-05-21 14:21:24 +02:00
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
}