#Packager: Frédéric Galusik <fredg~at~salixos~dot~org>

pkgname=etm
pkgver=707
pkgrel=1fg
#arch=noarch
source=(http://www.duke.edu/~dgraham/ETM/$pkgname-$pkgver.tar.gz)
sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver
docs=("README")
url=http://www.duke.edu/~dgraham/ETM/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"etm (Event and Task Manager)"
"etm provides a format for using simple text files to store event,"
"task and action information, a command line interface for viewing"
"tasks and events in a variety of convenient ways and a"
"wx(python)-based GUI for creating and modifying events and tasks"
"as well as viewing them."
)

build() {
	cd $startdir/src/$pkgname-$pkgver
	python setup.py install --prefix=/usr --root=$startdir/pkg
}