packages/powertop: remove dependency on libgcc, unneeded DEFAULT & useless KCONFIG entries, cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29250 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-18 23:13:51 +00:00
parent 7db8330ee8
commit 2c6118856c

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2006-2010 OpenWrt.org # Copyright (C) 2006-2011 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=powertop PKG_NAME:=powertop
PKG_VERSION:=1.11 PKG_VERSION:=1.11
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lesswatts.org/projects/powertop/download/ PKG_SOURCE_URL:=http://www.lesswatts.org/projects/powertop/download/
@ -24,15 +24,13 @@ define Package/powertop
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=PowerTOP TITLE:=PowerTOP
DEFAULT:=n DEPENDS:=+libncurses
DEPENDS:=+libncurses +libgcc
KCONFIG:=CONFIG_DEBUG_KERNEL=y CONFIG_TIMER_STATS=y
URL:=http://www.lesswatts.org URL:=http://www.lesswatts.org
endef endef
define Package/powertop/description define Package/powertop/description
PowerTOP is a Linux tool that helps you find those programs that are misbehaving PowerTOP is a Linux tool that helps you find those programs that are
while your computer is idle. misbehaving while your computer is idle.
endef endef
define Package/powertop/install define Package/powertop/install
@ -40,4 +38,3 @@ define Package/powertop/install
endef endef
$(eval $(call BuildPackage,powertop)) $(eval $(call BuildPackage,powertop))