-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
14 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk | |
|
||
PKG_NAME:=atop | ||
PKG_RELEASE:=1 | ||
PKG_VERSION:=2.7.1 | ||
PKG_VERSION:=2.11.0 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://www.atoptool.nl/download/ | ||
PKG_HASH:=ca48d2f17e071deead5e6e9cc9e388bf6a3270d695e61976b3794d4d927b5c4e | ||
PKG_HASH:=9b94c666602efff7bf402ecce706c347f38c39cb63498f9d39626861e5646e20 | ||
|
||
PKG_MAINTAINER:=Toni Uhlig <[email protected]> | ||
PKG_LICENSE:=GPL-2.0-or-later | ||
|
@@ -24,7 +24,7 @@ define Package/atop | |
SECTION:=admin | ||
CATEGORY:=Administration | ||
TITLE:=System and process monitor for Linux | ||
DEPENDS:=+zlib +libncurses | ||
DEPENDS:=+zlib +libncurses +glib2 | ||
URL:=https://www.atoptool.nl/ | ||
endef | ||
|
||
|
@@ -44,9 +44,6 @@ define Package/atop/description | |
network activity per process/thread. | ||
endef | ||
|
||
MAKE_FLAGS += \ | ||
CFLAGS+="-Wno-misleading-indentation -Wno-unused-const-variable -Wno-format-truncation" | ||
|
||
define Package/atop/install | ||
$(INSTALL_DIR) $(1)/usr/bin | ||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/atop $(1)/usr/bin/ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,13 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=i2pd | ||
PKG_VERSION:=2.50.2 | ||
PKG_VERSION:=2.53.1 | ||
PKG_RELEASE:=1 | ||
PKG_BUILD_PARALLEL:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://codeload.github.com/PurpleI2P/i2pd/tar.gz/$(PKG_VERSION)? | ||
PKG_HASH:=ae2ec4732c38fda71b4b48ce83624dd8b2e05083f2c94a03d20cafb616f63ca5 | ||
PKG_HASH:=c6863d853905e7594ea661595ea591055f8f2f018b9b90507d5a43a6456188ea | ||
|
||
PKG_MAINTAINER:=David Yang <[email protected]> | ||
PKG_LICENSE:=BSD-3-Clause | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=bash | ||
PKG_VERSION:=5.2.21 | ||
PKG_VERSION:=5.2.32 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=@GNU/bash | ||
PKG_HASH:=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8 | ||
PKG_HASH:=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5 | ||
|
||
PKG_MAINTAINER:=Marcel Denia <[email protected]> | ||
PKG_LICENSE:=GPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters