updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / qclock / PKGBUILD
blob6c62cd8921d6d603968d875f7299802d4d8252e3
1 # Contributor: Imanol Celaya <ilcra1989@gmail.com>
2 pkgname=qclock
3 pkgver=1.1
4 pkgrel=2
5 pkgdesc="it provides you time in the the same form you'd get if for example, you asked a friend, what is the time?"
6 arch=('i686' 'x86_64')
7 url="http://www.nethack.net/qclock/"
8 license=("unknown")
9 depends=(glibc)
10 makedepends=(gcc)
11 source=("http://www.nethack.net/qclock/qclock11.tar.gz")
12 md5sums=('1db868a5365e0793e545f74aff277b2b')
14 build() {
15         cd $srcdir/$pkgname-$pkgver
16         make || return 1
17         install -Dm755 qclock $pkgdir/usr/bin/qclock