소스 검색

htop: update to 2.0.1

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Etienne CHAMPETIER 9 년 전
부모
커밋
85fa6d7ea7
1개의 변경된 파일4개의 추가작업 그리고 7개의 파일을 삭제
  1. 4
    7
      admin/htop/Makefile

+ 4
- 7
admin/htop/Makefile 파일 보기

8
 include $(TOPDIR)/rules.mk
8
 include $(TOPDIR)/rules.mk
9
 
9
 
10
 PKG_NAME:=htop
10
 PKG_NAME:=htop
11
-PKG_VERSION:=1.0.3
11
+PKG_VERSION:=2.0.1
12
 PKG_RELEASE:=1
12
 PKG_RELEASE:=1
13
 
13
 
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15
 PKG_SOURCE_URL:=http://hisham.hm/htop/releases/$(PKG_VERSION)/
15
 PKG_SOURCE_URL:=http://hisham.hm/htop/releases/$(PKG_VERSION)/
16
-PKG_MD5SUM:=e768b9b55c033d9c1dffda72db3a6ac7
16
+PKG_MD5SUM:=f75fe92b4defaa80d99109830f34b5e2
17
 
17
 
18
 PKG_LICENSE:=GPL-2.0
18
 PKG_LICENSE:=GPL-2.0
19
 PKG_LICENSE_FILES:=COPYING
19
 PKG_LICENSE_FILES:=COPYING
39
 endef
39
 endef
40
 
40
 
41
 CONFIGURE_ARGS += \
41
 CONFIGURE_ARGS += \
42
-	--disable-native-affinity \
43
 	--disable-unicode \
42
 	--disable-unicode \
44
-	--enable-hwloc
43
+	--disable-hwloc
45
 
44
 
46
 CONFIGURE_VARS += \
45
 CONFIGURE_VARS += \
47
 	ac_cv_file__proc_stat=yes \
46
 	ac_cv_file__proc_stat=yes \
48
-	ac_cv_file__proc_meminfo=yes \
49
-	ac_cv_func_malloc_0_nonnull=yes \
50
-	ac_cv_func_realloc_0_nonnull=yes
47
+	ac_cv_file__proc_meminfo=yes
51
 
48
 
52
 define Package/htop/install
49
 define Package/htop/install
53
 	$(INSTALL_DIR) $(1)/usr/bin
50
 	$(INSTALL_DIR) $(1)/usr/bin