diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 06:10:51 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 06:10:51 (GMT) |
commit | f8ad742e8993cfb53d85608f808eba2d236bec65 (patch) | |
tree | 80937b9f71d7d5b78039965328e9f6227680ba22 /abs/extra-testing | |
parent | 2379d4fe3f54b3d058654af728d713456a6c5107 (diff) | |
download | linhes_pkgbuild-f8ad742e8993cfb53d85608f808eba2d236bec65.zip linhes_pkgbuild-f8ad742e8993cfb53d85608f808eba2d236bec65.tar.gz linhes_pkgbuild-f8ad742e8993cfb53d85608f808eba2d236bec65.tar.bz2 |
Needed by MythVodka.
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/beautiful-soup/PKGBUILD | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/extra-testing/beautiful-soup/PKGBUILD b/abs/extra-testing/beautiful-soup/PKGBUILD new file mode 100644 index 0000000..082700c --- /dev/null +++ b/abs/extra-testing/beautiful-soup/PKGBUILD @@ -0,0 +1,19 @@ +# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org> +# Contributor: phrakture < aaron m griffin * gmail::com > +# Contributor: tardo <tardo@nagi-fanboi.net> + +pkgname=beautiful-soup +pkgver=3.1.0.1 +pkgrel=1 +pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like screen-scraping" +arch=('i686' 'x86_64') +url="http://www.crummy.com/software/BeautifulSoup/index.html" +license=('PSF') +depends=('python') +source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup-$pkgver.tar.gz) + +build() { + cd $startdir/src/BeautifulSoup-$pkgver + python setup.py install --root=$startdir/pkg +} +md5sums=('bcffef3eda6e06e6d1e18c06a9db8a24') |