milis/talimatname/genel/p/python3-magic/talimat

16 lines
465 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.

# Tanım: Magic kütüphanesi için python bağlantısı.
# URL: http://darwinsys.com/file/
# Paketçi: yakar (aydin@komutan.org)
# Gerekler: python3 python3-setuptools
isim=python3-magic
surum=5.29
devir=1
kaynak=(ftp://ftp.astron.com/pub/file/file-${surum}.tar.gz)
derle() {
cd "${SRC}/file-${surum}/python"
python3 setup.py install --root="${PKG}" --optimize=1
install -Dm0644 "${SRC}/file-${surum}/COPYING" "${PKG}/usr/share/licenses/${isim}/COPYING"
}