hddtemp: enable autoreconf, cleanup

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-02-08 03:38:32 +01:00
parent 2df1c3527d
commit 7217ea7b0d
2 changed files with 3 additions and 7 deletions

View File

@ -30,8 +30,4 @@ cd $PKG_BUILD
--bindir=/usr/bin \
--with-db-path=/etc/hddtemp.db \
make PREFIX=/usr \
CC="$TARGET_CC" \
AR="$TARGET_AR" \
# CFLAGS="$TARGET_CFLAGS" \
# CPPFLAGS="$TARGET_CPPFLAGS" \
make

View File

@ -21,7 +21,7 @@
PKG_NAME="hddtemp"
PKG_VERSION="0.3-beta15"
PKG_REV="1"
PKG_ARCH="i386 x86_64"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.guzu.net/linux/hddtemp.php"
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_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_AUTORECONF="yes"