#Maintainer: Richard Lapointe #Mandatory pkgname=python-configobj _softname=configobj pkgver=4.7.2 pkgrel=1rl source=(http://pypi.python.org/packages/source/c/$_softname/$_softname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver #Optional docs=("install" "README" "Changelog" "docs") url=http://www.makotemplates.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (A simple but powerful config file reader)" "ConfigObj is a simple but powerful config file reader and writer: an" "ini file round tripper. Its main feature is that it is very easy to" "use, with a straightforward programmer's interface and a simple syntax" "for config files." ) build() { cd $startdir/src/$_softname-$pkgver || return 1 python setup.py install --root=$startdir/pkg || exit 1 }