milis/talimatname/genel/python-cffi/talimat

16 lines
396 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Python çağıran C kodu için Yabancı Fonksiyon Arayüzü.
# URL: http://cffi.readthedocs.org/
# Packager: milisarge
# Depends on: libffi python-cparser
name=python-cffi
_name=cffi
version=1.5.2
release=1
source=(http://pypi.python.org/packages/source/c/$_name/$_name-$version.tar.gz)
build() {
cd $_name-$version
/usr/bin/python2 setup.py install --root=$PKG --optimize=1
}