Skip to content

Commit

Permalink
htop: Minor adjustments
Browse files Browse the repository at this point in the history
Added PKG_CPE_ID for proper CVE tracking.

Fixed URLs. Changed to HTTPS as well.

Removed autoreconf as there is no patching being done.

PKG_BUILD_PARALLEL was enabled for faster building.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Aug 19, 2018
1 parent 23efd1f commit c0b9f73
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions admin/htop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=htop
PKG_VERSION:=2.2.0
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://hisham.hm/htop/releases/$(PKG_VERSION)/
PKG_SOURCE_URL:=https://hisham.hm/htop/releases/$(PKG_VERSION)/
PKG_HASH:=d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57

PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:htop:htop

PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1

include $(INCLUDE_DIR)/package.mk
Expand All @@ -28,7 +29,7 @@ define Package/htop
CATEGORY:=Administration
TITLE:=Interactive processes viewer
DEPENDS:=+libncurses
URL:=http://htop.sourceforge.net/
URL:=https://hisham.hm/htop/
MAINTAINER:=Etienne CHAMPETIER <[email protected]>
endef

Expand Down

0 comments on commit c0b9f73

Please sign in to comment.