# Compiling Time: 0 SBU # Maintainer: jercel # Contributor: BMH1980 pkgname=python-docs pkgver=2.7 pkgrel=4 pkgdesc="Documentation for the Python scripting language" url="http://www.python.org/" groups=('devel-extra') archs=('i686' 'x86_64') depends=() makedepends=('python>=2.7.2') #up2date="lynx -dump http://docs.python.org/ftp/python/doc/current/ | grep docs-html.tar.bz2 | grep http | cut -d '-' -f 2" up2date=$pkgver source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2 $pkgname.sh) sha1sums=('4a8ffa402c29f1c4ccc64663fc603923f2f59148' \ '1f76c04ba5ef5aed863a3d16255097d6a33524f5') build() { Fmkdir /usr/share/doc Fcp python-$pkgver-docs-html /usr/share/doc/python-$pkgver Fexe /etc/profile.d/$pkgname.sh sed -i "s/@VERSION@/$pkgver/" $Fdestdir/etc/profile.d/$pkgname.sh Ffileschmod usr/share/doc/python-$pkgver 0644 Fdirschmod usr/share/doc/python-$pkgver 0755 }