# Copyright 2002 Robin Cull # Distributed under the terms of the GNU General Public License v2 # Author: Robin Cull S=${WORKDIR}/${P} DESCRIPTION="lm_sensors hardware health monitoring kernel modules and userspace library" HOMEPAGE="http://www2.lm-sensors.nu/~lm78/" SRC_URI="http://www.lm-sensors.nu/archive/${P}.tar.gz" src_compile() { unpack ${P}.tar.gz } src_compile() { make I2C_HEADERS=/usr/include DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man all || die } src_install() { make I2C_HEADERS=/usr/include DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man install || die } pkg_postinst() { depmod -a }