milis/talimatname/genel/lm-sensors/talimat

25 lines
646 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Genel SMBus erişimi ve donanım izleme için kullanıcı alanı araçlarının toplanması
# URL: http://dl.lm-sensors.org/lm-sensors/
# Packager: milisarge
# Depends on:
name=lm-sensors
version=3.4.0
release=1
source=(http://ftp.osuosl.org/pub/blfs/conglomeration/lmsensors/lm_sensors-$version.tar.bz2)
build() {
cd lm_sensors-$version
make PREFIX=/usr DESTDIR=$PKG \
BUILD_STATIC_LIB=0 \
MANDIR=/usr/share/man
make PREFIX=/usr DESTDIR=$PKG \
BUILD_STATIC_LIB=0 \
MANDIR=/usr/share/man install
install -v -m755 -d $PKG/usr/share/doc/$name-$version
cp -rv README INSTALL doc/* \
$PKG/usr/share/doc/$name-$version
}