New package: lm_sensors-3.3.5 (replaces lm-sensors)
This commit is contained in:
parent
0957ac2b3c
commit
44b31914f5
3 changed files with 10 additions and 11 deletions
|
@ -1 +1 @@
|
||||||
lm-sensors
|
lm_sensors
|
|
@ -1 +1 @@
|
||||||
lm-sensors
|
lm_sensors
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'lm-sensors'
|
# Template file for 'lm-sensors'
|
||||||
pkgname=lm-sensors
|
pkgname=lm_sensors
|
||||||
version=3.3.4
|
replaces="lm-sensors>=0"
|
||||||
revision=4
|
version=3.3.5
|
||||||
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="PREFIX=/usr MANDIR=/usr/share/man"
|
make_install_args="PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man"
|
||||||
wrksrc="lm_sensors-${version}"
|
|
||||||
hostmakedepends="flex perl"
|
hostmakedepends="flex perl"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
conf_files="/etc/sensors3.conf"
|
conf_files="/etc/sensors3.conf"
|
||||||
|
@ -12,9 +12,8 @@ short_desc="Utilities to read temperature/voltage/fan sensors"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://www.lm-sensors.org/"
|
homepage="http://www.lm-sensors.org/"
|
||||||
update_pkgname="lm_sensors"
|
distfiles="http://dl.lm-sensors.org/lm-sensors/releases/$pkgname-$version.tar.bz2"
|
||||||
distfiles="http://dl.lm-sensors.org/$pkgname/releases/lm_sensors-$version.tar.bz2"
|
checksum=5dae6a665e1150159a93743c4ff1943a7efe02cd9d3bb12c4805e7d7adcf4fcf
|
||||||
checksum=b4608610cb5de4b24e3fe1ae357712e8633a8a929bbb42df5eecc4ccee6ba76d
|
|
||||||
|
|
||||||
libsensors_package() {
|
libsensors_package() {
|
||||||
short_desc="Library to read temperature/voltage/fan sensors"
|
short_desc="Library to read temperature/voltage/fan sensors"
|
||||||
|
@ -24,7 +23,7 @@ libsensors_package() {
|
||||||
}
|
}
|
||||||
libsensors-devel_package() {
|
libsensors-devel_package() {
|
||||||
depends="libsensors>=${version}_${revision}"
|
depends="libsensors>=${version}_${revision}"
|
||||||
short_desc="Library to read temperature/voltage/fan sensors - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
Loading…
Add table
Add a link
Reference in a new issue