summaryrefslogtreecommitdiff
path: root/beautifulsoup/Pkgfile
blob: dc4b76380073ab083e70863edf3673a9da898cd1 (plain)
    1 # $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $
    2 # Description:	Python HTML/XML Parser.
    3 # URL:			http://www.crummy.com/software/BeautifulSoup/
    4 # Maintainer:	James Mills prologic at shortcircuit dot net dot au
    5 # Packager:		James Mills prologic at shortcircuit dot net dot au
    6 # Depends on:	python
    7 
    8 name=beautifulsoup
    9 version=3.0.3
   10 release=1
   11 source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.gz)
   12 
   13 build() {
   14 	cd BeautifulSoup-$version
   15 	python setup.py install --root=$PKG
   16 	chown -R root:root $PKG
   17 }

Generated by cgit