18 lines
476 B
Plaintext
18 lines
476 B
Plaintext
# Tanım: Libpcap için basitleştirilmiş nesne yönelimli bir Python sarıcı
|
||
# 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"
|
||
}
|