2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2011-03-28 20:47:58 +02:00
|
|
|
#
|
|
|
|
# htop
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2011-03-28 20:47:58 +02:00
|
|
|
|
2014-04-28 14:01:35 +02:00
|
|
|
HTOP_VERSION = 1.0.3
|
|
|
|
HTOP_SITE = http://hisham.hm/htop/releases/$(HTOP_VERSION)
|
2011-03-28 20:47:58 +02:00
|
|
|
HTOP_DEPENDENCIES = ncurses
|
2014-04-28 14:01:35 +02:00
|
|
|
# For htop-01-native-affinity.patch
|
2011-03-28 20:47:58 +02:00
|
|
|
HTOP_AUTORECONF = YES
|
2014-09-27 21:32:44 +02:00
|
|
|
HTOP_CONF_OPTS = --disable-unicode
|
2012-07-06 03:50:27 +02:00
|
|
|
HTOP_CONF_ENV = ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes
|
2013-04-24 14:57:04 +02:00
|
|
|
HTOP_LICENSE = GPLv2
|
|
|
|
HTOP_LICENSE_FILES = COPYING
|
2011-03-28 20:47:58 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|