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

17 lines
522 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Censys içi python kütüphaneleri-gerekler belirlenecek
2017-10-04 01:06:10 +03:00
# URL: https://github.com/censys/censys-python
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python python3 python3-setuptools python-setuptools python-netaddr python3-netaddr
2017-12-24 01:47:53 +02:00
# Grup: kütüphane
2017-10-04 01:06:10 +03:00
2017-10-28 15:10:23 +03: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 01:06:10 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-master
2017-10-04 01:06:10 +03:00
python3 setup.py install --prefix=/usr --root=$PKG
python2 setup.py install --prefix=/usr --root=$PKG
}