lm-sensors: update to 3.3.3.
This commit is contained in:
parent
3946dba792
commit
98cfcd30c2
2 changed files with 12 additions and 15 deletions
|
@ -1,17 +1,14 @@
|
|||
# Template file for 'libsensors-devel'.
|
||||
#
|
||||
depends="glibc-devel libsensors"
|
||||
noarch=yes
|
||||
depends="libsensors-${version}_${revision}"
|
||||
short_desc="lm-sensors development kit"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the static library and header files used in
|
||||
development."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share/man
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/share/man/man3 usr/share/man
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue