1 # Contributor: Juan Diego Tascon
6 pkgdesc="Cairo clock to display the time around the world"
8 url="http://tzclock.org/"
10 depends=('libgnomeui')
11 source=("http://tzclock.org/releases/$pkgname-$pkgver.tar.bz2")
12 md5sums=('94d10e9195629de12bad3d7a6cc65563')
15 cd $srcdir/$pkgname-$pkgver/
16 ./configure --prefix=/usr || return 1
21 cd $srcdir/$pkgname-$pkgver/
22 make DESTDIR=${pkgdir} install || return 1