1 # Contributor: Oliver Mader <dotb52 at gmail dot com>
6 pkgdesc="A tiny X app to draw the current date and time directly onto the root window"
8 url="http://reaktor42.de"
11 source=(http://reaktor42.de/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2)
12 md5sums=('5b2abc9f035b4883adff3802b84c6f7b')
15 cd $srcdir/$pkgname-$pkgver
16 ./configure --prefix=/usr
18 make DESTDIR=$pkgdir install || return 1