#Packager: George Vlahavas pkgname=BeautifulSoup pkgver=4.4.1 pkgrel=1rl source=('http://www.crummy.com/software/BeautifulSoup/bs4/download/4.4/beautifulsoup4-4.4.1.tar.gz') sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme.txt" "copying.txt" "authors.txt" "news.txt" "todo.txt") url='http://www.crummy.com/software/BeautifulSoup/' slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Python HTML/XML parser)" "Beautiful Soup is a Python HTML/XML parser designed for quick" "turnaround projects like screen-scraping." ) build() { cd $startdir/src/beautifulsoup4-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg || return 1 }