-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rutorrent: update screen from v4.9.1 to v5.0.0
- add cross/screen5 (requires DSM 7, i.e. std c17)
- Loading branch information
Showing
4 changed files
with
33 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
PKG_NAME = screen | ||
PKG_VERS = 5.0.0 | ||
PKG_EXT = tar.gz | ||
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) | ||
PKG_DIST_SITE = https://ftp.gnu.org/gnu/screen | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS) | ||
|
||
DEPENDS = cross/ncursesw cross/linux-pam | ||
|
||
# Compiler with support for std=c17 required | ||
REQUIRED_MIN_DSM = 7.0 | ||
UNSUPPORTED_ARCHS = comcerto2k | ||
|
||
HOMEPAGE = https://www.gnu.org/software/screen/ | ||
COMMENT = Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. | ||
LICENSE = GPLv2 | ||
|
||
GNU_CONFIGURE = 1 | ||
|
||
INSTALL_TARGET = screen_install | ||
|
||
include ../../mk/spksrc.cross-cc.mk | ||
|
||
.PHONY: screen_install | ||
screen_install: | ||
@$(MSG) "- Manually install screen (make install fails due to filesystem permissions)" | ||
@$(RUN) install -c screen $(STAGING_INSTALL_PREFIX)/bin/$(PKG_NAME) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
bin:bin/screen |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
screen-5.0.0.tar.gz SHA1 caedbcda3bb61d4e5d38526fd1f484b25a6420a0 | ||
screen-5.0.0.tar.gz SHA256 f04a39d00a0e5c7c86a55338808903082ad5df4d73df1a2fd3425976aed94971 | ||
screen-5.0.0.tar.gz MD5 befc115989242ed4bceeff8d8bfeb4e6 |
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