milis/talimatname/genel/c/censys-python/talimat

17 lines
522 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Censys içi python kütüphaneleri-gerekler belirlenecek
2017-10-04 00:06:10 +02:00
# URL: https://github.com/censys/censys-python
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python python3 python3-setuptools python-setuptools python-netaddr python3-netaddr
2017-12-24 00:47:53 +01:00
# Grup: kütüphane
2017-10-04 00:06:10 +02:00
2017-10-28 14:10:23 +02:00
isim=censys-python
surum=git
devir=1
kaynak=(https://github.com/censys/censys-python/archive/master.tar.gz::$isim-$surum-$devir.tar.gz)
2017-10-04 00:06:10 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-master
2017-10-04 00:06:10 +02:00
python3 setup.py install --prefix=/usr --root=$PKG
python2 setup.py install --prefix=/usr --root=$PKG
}