summaryrefslogtreecommitdiff
path: root/beautifulsoup/Pkgfile
blob: 8b05b741880e5284dc4d1010b58832c42f13d22e (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.1
    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