bash: depends on libhistory.

This commit is contained in:
Jérôme Duval
2016-11-21 20:35:08 +00:00
committed by GitHub
parent bd8818b4a6
commit f9fbf1fd05

View File

@@ -5,7 +5,7 @@ incorporates useful features from the Korn and C shells (ksh and csh)."
HOMEPAGE="https://www.gnu.org/software/bash/"
COPYRIGHT="1987-2016 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://ftp.gnu.org/gnu/bash/bash-4.4.tar.gz"
CHECKSUM_SHA256="d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb"
for i in {001..005}; do
@@ -33,6 +33,7 @@ PROVIDES="
"
REQUIRES="
haiku
lib:libhistory
lib:libreadline >= 7
lib:libncursesw
lib:libintl
@@ -41,6 +42,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku_devel
devel:libhistory
devel:libreadline >= 7
devel:libncursesw
devel:libintl