mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-07 14:28:44 +00:00
17 lines
578 B
Plaintext
17 lines
578 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 4.4.18
|
|
DOWNLOADS := bash.archive
|
|
|
|
URL(bash) := http://ftp.gnu.org/gnu/bash/bash-$(VERSION).tar.gz
|
|
SHA(bash) := 604d9eec5e4ed5fd2180ee44dd756ddca92e0b6aa4217bbab2b6227380317f23
|
|
SIG(bash) := ${URL(bash)}.sig
|
|
KEY(bash) := GNU
|
|
DIR(bash) := src/noux-pkg/bash
|
|
|
|
PATCHES := src/noux-pkg/bash/build.patch \
|
|
src/noux-pkg/bash/check_dev_tty.patch \
|
|
src/noux-pkg/bash/disable_man2html.patch \
|
|
src/noux-pkg/bash/home_end_delete.patch \
|
|
src/noux-pkg/bash/bashrc.patch
|
|
PATCH_OPT := -p1 -d src/noux-pkg/bash
|