updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / thetime / PKGBUILD
bloba21b47875143452e5803d8e37f7d308598fa1759
1 # Contributor: Oliver Mader <dotb52 at gmail dot com>
3 pkgname=thetime
4 pkgver=0.2
5 pkgrel=1
6 pkgdesc="A tiny X app to draw the current date and time directly onto the root window"
7 arch=('i686' 'x86_64')
8 url="http://reaktor42.de"
9 license=('GPL')
10 depends=(libxft)
11 source=(http://reaktor42.de/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2)
12 md5sums=('5b2abc9f035b4883adff3802b84c6f7b')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
16   ./configure --prefix=/usr
17   make || return 1
18   make DESTDIR=$pkgdir install || return 1