updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / wmc2d / PKGBUILD
blobaeff6ef36b9270b586038d4e88a153cb1d7e1db1
1 # Contributor: wayseeker <putnik.dzen at gmail dot com>
3 pkgname=wmc2d
4 pkgver=2.01
5 pkgrel=1
6 pkgdesc="This is a small dockapp, which shows the core 2 duo temperature and the temperature of ACPI thermal zone 0, which is normaly the motherboard temperature."
7 url="http://www.goron.de/~johns/wmc2d"
8 license="GPL"
9 depends=('xcb-util')
10 arch=('i686' 'x86_64')
11 source=(http://www.goron.de/~johns/wmc2d/wmc2d-2009-04-30-10.tar.bz2)
12 md5sums=('fce5df9b1f0c81d0cb7ad78435c06e1f')
13 build() {
14   cd ${srcdir}/${pkgname}
15   make || return 1
16   install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname} || return 1