#Maintainer: Milos Spasovic (mfluder) pkgname=kaa-base pkgver=0.4.0 pkgrel=1 zenver=54 arch=i486 source=("http://switch.dl.sourceforge.net/sourceforge/freevo/kaa-base-0.4.0.tar.gz") sourcetemplate=http://users.zenwalk.org/user-accounts/mfluder/$pkgname/$pkgver/ docs=("authors" "copying" "changelog" "news" "readme" "todo") url=http://doc.freevo.org/2.0/Kaa slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "kaa-base (base Kaa framework for all Kaa modules)" "This module provides the base Kaa framework and is an implicit" "dependency for all kaa modules. The kaa framework includes a" "mainloop facility with an API for signals and callbacks, timers," "process and thread management, file descriptor monitoring (with" "INotify support), inter-process communication, as well as a rich," "practically magical API for asynchronous programming." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }