# Maintainer: Icaro Perseo pkgname=python-update-checker pkgver=0.11 pkgrel=1rvm source=("https://pypi.python.org/packages/source/u/update_checker/update_checker-$pkgver.tar.gz") sourcetemplate="http://people.salixos.org/icaroperseo/14.1/l/$pkgname" docs=('README.md' 'LICENSE.txt') url="https://github.com/bboe/update_checker" slackdesc=\ ( #|-----handy-ruler---------------------------------------------------| "python-update-checker (Python module for checking package updates)" ) # Mandatory build() { # Acceding to the working directory. cd $startdir/src/update_checker-$pkgver # Building the package. python setup.py install \ --prefix=/usr \ --root=$startdir/pkg/ }