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

17 lines
462 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Ekran sıyırma gibi hızlı dönüş projeleri için tasarlanmış bir Python HTML / XML ayrıştırıcı
2017-04-12 15:49:21 +03:00
# URL: http://www.crummy.com/software/BeautifulSoup/index.html
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python
2017-04-12 15:49:21 +03:00
2017-10-28 15:10:23 +03:00
isim=python-beautifulsoup3
surum=3.2.1
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(
http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-$surum.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd BeautifulSoup-$surum
2016-02-24 02:27:23 +02:00
python2 setup.py install --prefix=/usr --root=$PKG
}