2018-08-01 08:03:04 +02:00
|
|
|
|
# Tanım: Libpcap için basitleştirilmiş nesne yönelimli bir Python sarıcı
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# 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"
|
|
|
|
|
}
|