talimat 477 B

1234567891011121314151617
  1. # Description: Ekran sıyırma gibi hızlı dönüş projeleri için tasarlanmış bir Python HTML / XML ayrıştırıcı
  2. # URL: http://www.crummy.com/software/BeautifulSoup/index.html
  3. # Packager: milisarge
  4. # Depends on: python
  5. name=python-beautifulsoup3
  6. version=3.2.1
  7. release=1
  8. source=(
  9. http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-$version.tar.gz)
  10. build() {
  11. cd BeautifulSoup-$version
  12. python2 setup.py install --prefix=/usr --root=$PKG
  13. }