haiku package info: declare a few provided commands

sh, awk, wget, etc. are currently provided by haiku.hpkg. Declare
them accordingly, since they are already referenced by some
HaikuPorts packates. For the generic ones ("sh", "awk") I've used
version 0.0.0 for the time being; we may need to reconsider that.
This commit is contained in:
Ingo Weinhold 2013-03-27 19:11:38 +00:00
parent c1ef23b188
commit 403bb7a568

View File

@ -17,6 +17,11 @@ licenses {
provides {
haiku=R1-alpha3_pm-1 compat>=R1-alpha1
cmd:awk=0.0.0
cmd:sh=0.0.0
cmd:unzip=5.50
cmd:wget=0.0.0
cmd:zip=2.32
}
requires {