milis/talimatname/genel/python-fonttools/talimat

16 lines
413 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: Font dosyalarını değiştirmek için araçlar
# URL: http://sourceforge.net/projects/fonttools/
# Packager: milisarge
# Depends on: python python-numpy python-setuptools
name=python-fonttools
version=2.4
release=1
source=(http://pypi.python.org/packages/source/F/FontTools/FontTools-$version.tar.gz)
build() {
cd FontTools-$version
python2 setup.py build install --root=$PKG
}