contrib/beautifulsoup/Pkgfile

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