updated on Wed Jan 11 20:01:35 UTC 2012
[aur-mirror.git] / zoclock / PKGBUILD
blobad457eab6f76abf8e0338c65bc886a3171d4fe72
1 # Contributor: pktfag
3 pkgname=zoclock
4 pkgver=1.2.0
5 pkgrel=1
6 pkgdesc="The ZOClock (Zero-One Clock) program emulate two-line LED display to show the time in binary form"
7 arch=('i686')
8 url="http://zoclock.googlecode.com/"
9 license=('GPL-3')
10 depends=('qt')
11 source=(http://zoclock.googlecode.com/files/$pkgname-$pkgver.tar.gz)
13 md5sums=('27f21554492fc2484b6bb303bfbf3019')
15 build() {
16         cd "$srcdir"/$pkgname-$pkgver
17         qmake || return 1
18         make || return 1
19         install -D -m755 $pkgname "$pkgdir"/bin/$pkgname