milis/talimatname/genel/l/lm-sensors/talimat

25 lines
627 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.

# Tanım: 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/
# Paketçi: milisarge
# Gerekler:
isim=lm-sensors
surum=3.4.0
devir=1
kaynak=(http://ftp.osuosl.org/pub/blfs/conglomeration/lmsensors/lm_sensors-$surum.tar.bz2)
derle() {
cd lm_sensors-$surum
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/$isim-$surum
cp -rv README INSTALL doc/* \
$PKG/usr/share/doc/$isim-$surum
}