contrib/beautifulsoup/Pkgfile

17 lines
452 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Python HTML/XML Parser.
# URL: http://www.crummy.com/software/BeautifulSoup/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: python
2006-11-14 00:01:22 +01:00
name=beautifulsoup
2008-03-06 17:32:19 +01:00
version=3.0.5
2006-11-14 00:01:22 +01:00
release=1
source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.gz)
build() {
2008-03-06 17:32:19 +01:00
cd BeautifulSoup-$version
python setup.py install --root=$PKG
2006-11-14 00:01:22 +01:00
}