forked from ports/contrib
beautifulsoup: taken over port from prologic
This commit is contained in:
parent
a1cb3dd3d1
commit
b0fb6384d7
@ -1,9 +1,8 @@
|
||||
# Description: Python HTML/XML Parser.
|
||||
# URL: http://www.crummy.com/software/BeautifulSoup/
|
||||
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
||||
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
||||
#
|
||||
# Depends on: python
|
||||
# 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
|
||||
|
||||
name=beautifulsoup
|
||||
version=3.0.4
|
||||
@ -13,5 +12,5 @@ source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.
|
||||
build() {
|
||||
cd BeautifulSoup-$version
|
||||
python setup.py install --root=$PKG
|
||||
chown -R root:root $PKG
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user