Various "requires" and "provides" fixes.

Mostly because of awk and findutils split out of main haiku package.
This commit is contained in:
Adrien Destugues
2014-03-10 16:55:56 +01:00
parent d47ea7d656
commit 024d4fbcd2
4 changed files with 6 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:automake
cmd:awk
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize

View File

@@ -77,6 +77,8 @@ BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:perl
cmd:find
cmd:awk
"
if [ "$targetArchitecture" = x86_gcc2 ];then

View File

@@ -17,6 +17,8 @@ ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
less = 451
cmd:less
cmd:lessecho
cmd:lesskey
"
REQUIRES="

View File

@@ -38,6 +38,7 @@ BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf >= 2.62
cmd:autoheader >= 2.62
cmd:find
cmd:gcc
cmd:ld
cmd:make