milis/talimatname/genel/p/python-pcapy/talimat

18 lines
462 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: A simplified object-oriented Python wrapper for libpcap
# URL: https://github.com/CoreSecurity/pcapy
# Paketçi: milisarge
# Gerekler: git python-setuptools python libpcap
# Grup: kütüphane
isim=python-pcapy
surum=git
devir=1
kaynak=()
derle() {
git_indir https://github.com/CoreSecurity/pcapy $isim
cd "${SRC}/${isim}"
python2 setup.py install --root="$PKG/" --optimize=1
install -D -m644 LICENSE "${PKG}/usr/share/licenses/${isim}/LICENSE"
}