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'
|
||||
pkgname=lm-sensors
|
||||
version=3.3.4
|
||||
revision=4
|
||||
pkgname=lm_sensors
|
||||
replaces="lm-sensors>=0"
|
||||
version=3.3.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="PREFIX=/usr MANDIR=/usr/share/man"
|
||||
wrksrc="lm_sensors-${version}"
|
||||
make_install_args="PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man"
|
||||
hostmakedepends="flex perl"
|
||||
depends="perl"
|
||||
conf_files="/etc/sensors3.conf"
|
||||
|
@ -12,9 +12,8 @@ short_desc="Utilities to read temperature/voltage/fan sensors"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://www.lm-sensors.org/"
|
||||
update_pkgname="lm_sensors"
|
||||
distfiles="http://dl.lm-sensors.org/$pkgname/releases/lm_sensors-$version.tar.bz2"
|
||||
checksum=b4608610cb5de4b24e3fe1ae357712e8633a8a929bbb42df5eecc4ccee6ba76d
|
||||
distfiles="http://dl.lm-sensors.org/lm-sensors/releases/$pkgname-$version.tar.bz2"
|
||||
checksum=5dae6a665e1150159a93743c4ff1943a7efe02cd9d3bb12c4805e7d7adcf4fcf
|
||||
|
||||
libsensors_package() {
|
||||
short_desc="Library to read temperature/voltage/fan sensors"
|
||||
|
@ -24,7 +23,7 @@ libsensors_package() {
|
|||
}
|
||||
libsensors-devel_package() {
|
||||
depends="libsensors>=${version}_${revision}"
|
||||
short_desc="Library to read temperature/voltage/fan sensors - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
Loading…
Reference in a new issue