contrib/beautifulsoup4/Pkgfile

17 lines
475 B
Plaintext
Raw Normal View History

2014-09-14 03:31:16 +02: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: Danny Rawlins, crux at romster dot me
2015-06-04 15:08:16 +02:00
# Depends on: chardet
2014-09-14 03:31:16 +02:00
name=beautifulsoup4
2015-03-12 02:03:25 +01:00
version=4.3.2
2015-06-04 15:08:16 +02:00
release=2
2015-03-12 02:03:25 +01:00
source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${version:0:3}/$name-$version.tar.gz)
2014-09-14 03:31:16 +02:00
build() {
2015-03-12 02:03:25 +01:00
cd $name-$version
2015-06-04 15:08:16 +02:00
/usr/bin/python setup.py build
2014-09-14 03:31:16 +02:00
/usr/bin/python setup.py install --root=$PKG
}