1 # Maintainer: György Balló <ballogy@freestart.hu>
5 pkgdesc="An applet for the GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings under Linux"
7 url="http://sensors-applet.sourceforge.net/"
9 depends=('gnome-panel>=3.0.0' 'lm_sensors' 'udisks' 'xdg-utils')
10 makedepends=('intltool' 'gnome-doc-utils')
12 install=$pkgname.install
13 source=(http://downloads.sourceforge.net/sensors-applet/$pkgname-$pkgver.tar.gz)
14 md5sums=('425078fc1ff5a98af1547e039002a73f')
17 cd "$srcdir/$pkgname-$pkgver"
19 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
20 --disable-static --disable-scrollkeeper --with-nvidia=no
25 cd "$srcdir/$pkgname-$pkgver"
27 make DESTDIR="$pkgdir/" install