16 lines
461 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Python HTML/XML Parser.
# URL: http://www.crummy.com/software/BeautifulSoup/
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: James Mills, prologic at shortcircuit dot net dot au
2014-09-14 11:35:07 +10:00
# Depends on: setuptools
2006-11-14 09:01:22 +10:00
name=beautifulsoup
2012-03-02 12:17:51 +11:00
version=3.2.1
2014-09-14 11:35:07 +10:00
release=2
2011-07-10 03:37:16 +10:00
source=(http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-$version.tar.gz)
2006-11-14 09:01:22 +10:00
build() {
2008-06-23 20:15:35 +10:00
cd BeautifulSoup-$version
/usr/bin/python setup.py install --root=$PKG
2006-11-14 09:01:22 +10:00
}