mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-29 00:13:30 +08:00
283ab42cbe
Bump to version 1.0.1 Also fix build failure: http://autobuild.buildroot.net/results/5f95c4fbb62b7b8cb451f6525731eae4ce6bcdbf/build-end.log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
439 B
Makefile
15 lines
439 B
Makefile
#############################################################
|
|
#
|
|
# htop
|
|
#
|
|
#############################################################
|
|
|
|
HTOP_VERSION = 1.0.1
|
|
HTOP_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/htop/htop/$(HTOP_VERSION)
|
|
HTOP_DEPENDENCIES = ncurses
|
|
HTOP_AUTORECONF = YES
|
|
HTOP_CONF_OPT = --disable-unicode
|
|
HTOP_CONF_ENV = ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes
|
|
|
|
$(eval $(call AUTOTARGETS))
|