# Maintainer: Icaro Perseo pkgname=python-kitchen pkgver=1.2.1 pkgrel=1rvm source=("https://pypi.python.org/packages/source/k/kitchen/kitchen-$pkgver.tar.gz") sourcetemplate="http://people.salixos.org/icaroperseo/14.1/l/$pkgname" docs=('COPYING.LESSER' 'HACKING.rst' 'NEWS.rst' 'README.rst' 'COPYING') url="https://fedorahosted.org/kitchen/" slackdesc=\ ( #|-----handy-ruler---------------------------------------------------| "python-kitchen (Kitchen contains a cornucopia of useful code)" "We’ve all done it. In the process of writing a brand new application" "we’ve discovered that we need a little bit of code that we’ve" "invented before." "Well, no longer! Kitchen aims to pull these small snippets of code" "into a few python modules which you can import and use within your" "project. No more copy and paste! Now you can let someone else" "maintain and release these small snippets so that you can get on" "with your life." ) build() { # Acceding to the working directory. cd $startdir/src/kitchen-$pkgver # Building the package. python setup.py install \ --prefix=/usr \ --root=$startdir/pkg/ }