mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
bash: depends on libhistory.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user