lm-sensors: remove long_desc.
This commit is contained in:
parent
91ba9c097b
commit
dfab792076
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lm-sensors'
|
||||
pkgname=lm-sensors
|
||||
version=3.3.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="lm_sensors-${version}"
|
||||
hostmakedepends="which flex perl"
|
||||
conf_files="/etc/sensors3.conf"
|
||||
|
@ -11,9 +11,6 @@ license="GPL-2, LGPL-2.1"
|
|||
homepage="http://www.lm-sensors.org/"
|
||||
distfiles="http://dl.lm-sensors.org/$pkgname/releases/lm_sensors-$version.tar.bz2"
|
||||
checksum=b4608610cb5de4b24e3fe1ae357712e8633a8a929bbb42df5eecc4ccee6ba76d
|
||||
long_desc="
|
||||
$pkgname provides most complete hardware health monitoring support for
|
||||
Linux, in the form of kernel drivers and a user-space library"
|
||||
|
||||
do_build() {
|
||||
make CC="$CC" LD="$LD" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" PREFIX=/usr ${makejobs}
|
||||
|
@ -26,16 +23,17 @@ do_install() {
|
|||
libsensors_package() {
|
||||
short_desc="Library to read temperature/voltage/fan sensors"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
libsensors-devel_package() {
|
||||
depends="libsensors-${version}_${revision}"
|
||||
depends="libsensors>=${version}_${revision}"
|
||||
short_desc="lm-sensors development kit"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue