contrib/beautifulsoup/Pkgfile

16 lines
460 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/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: python
2006-11-14 00:01:22 +01:00
name=beautifulsoup
2009-01-07 07:24:01 +01:00
version=3.1.0.1
2006-11-14 00:01:22 +01:00
release=1
2008-06-23 12:15:35 +02:00
source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup-$version.tar.gz)
2006-11-14 00:01:22 +01:00
build() {
2008-06-23 12:15:35 +02:00
cd BeautifulSoup-$version
2008-03-06 17:32:19 +01:00
python setup.py install --root=$PKG
2006-11-14 00:01:22 +01:00
}