用户工具

站点工具


程序应用:xsensors:xsensors

xsensors

xsensors 是一个 sensors 的前端,不过arch源里没有。

我们通过 PKGBUILD 安装

pkgname=xsensors
pkgver=0.50
pkgrel=2
pkgdesc="X11 interface to lm_sensors"
url="http://www.linuxhardware.org/xsensors/"
depends=('lm_sensors' 'gtk2')
source=(http://www.linuxhardware.org/xsensors/$pkgname-$pkgver.tar.gz)
md5sums=('3c80057bf8cc2d2f9803a496e7bc6e78')
arch=('i686')

build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
   }
程序应用/xsensors/xsensors.txt · 最后更改: 2023/06/13 05:25 由 127.0.0.1