milis/talimatname/genel/python3-beautifulsoup4/talimat

16 lines
509 B
Text
Raw Normal View History

2017-06-05 16:11:34 +03:00
# Description: Ekran sıyırma gibi hızlı dönüş projeleri için tasarlanmış bir Python HTML / XML ayrıştırıcı
# URL: http://www.crummy.com/software/BeautifulSoup/index.html
# Packager: milisarge
2017-06-05 16:16:48 +03:00
# Depends on: python3 python3-setuptools
2017-06-05 16:11:34 +03:00
2017-06-05 16:15:01 +03:00
name=python3-beautifulsoup4
2017-06-05 16:16:01 +03:00
version=4.6.0
2017-06-05 16:11:34 +03:00
release=1
2017-06-05 16:15:01 +03:00
source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${version%.*}/${name#*-}-$version.tar.gz)
2017-06-05 16:11:34 +03:00
build() {
2017-06-05 16:15:01 +03:00
cd beautifulsoup4-$version
2017-06-05 16:11:34 +03:00
python3 setup.py install --prefix=/usr --root=$PKG
}