mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
hddtemp: enable autoreconf, cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2df1c3527d
commit
7217ea7b0d
@ -30,8 +30,4 @@ cd $PKG_BUILD
|
|||||||
--bindir=/usr/bin \
|
--bindir=/usr/bin \
|
||||||
--with-db-path=/etc/hddtemp.db \
|
--with-db-path=/etc/hddtemp.db \
|
||||||
|
|
||||||
make PREFIX=/usr \
|
make
|
||||||
CC="$TARGET_CC" \
|
|
||||||
AR="$TARGET_AR" \
|
|
||||||
# CFLAGS="$TARGET_CFLAGS" \
|
|
||||||
# CPPFLAGS="$TARGET_CPPFLAGS" \
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
PKG_NAME="hddtemp"
|
PKG_NAME="hddtemp"
|
||||||
PKG_VERSION="0.3-beta15"
|
PKG_VERSION="0.3-beta15"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="i386 x86_64"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.guzu.net/linux/hddtemp.php"
|
PKG_SITE="http://www.guzu.net/linux/hddtemp.php"
|
||||||
PKG_URL="http://download.savannah.gnu.org/releases/hddtemp/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://download.savannah.gnu.org/releases/hddtemp/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
@ -33,4 +33,4 @@ PKG_SHORTDESC="hddtemp: tool that reports hard drive temperature"
|
|||||||
PKG_LONGDESC="hddtemp is a small utility (daemonizable) that gives you the temperature of your hard drive by reading S.M.A.R.T. informations (for drives that support this feature)."
|
PKG_LONGDESC="hddtemp is a small utility (daemonizable) that gives you the temperature of your hard drive by reading S.M.A.R.T. informations (for drives that support this feature)."
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user