summaryrefslogtreecommitdiff
path: root/beautifulsoup/Pkgfile
blob: d5ea8f388ce39ba137dae0b558e72ef1ed8c82a0 (plain)
    1 # Description: Python HTML/XML Parser.
    2 # URL: http://www.crummy.com/software/BeautifulSoup/
    3 # Maintainer: Danny Rawlins, monster dot romster at gmail dot com
    4 # Packager: James Mills, prologic at shortcircuit dot net dot au
    5 # Depends on: python
    6 
    7 name=beautifulsoup
    8 version=3.1.0
    9 release=1
   10 source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup-$version.tar.gz)
   11 
   12 build() {
   13 	cd BeautifulSoup-$version
   14 	python setup.py install --root=$PKG
   15 }

Generated by cgit