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

18 lines
462 B
Plaintext
Raw Normal View History

2018-03-18 14:53:16 +01:00
# 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"
}