diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/deps.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/deps.sh b/lib/deps.sh index 9e32f45..3ae37d8 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -18,6 +18,10 @@ # along with opkbuild. If not, see <http://www.gnu.org/licenses/>. ## @brief Parse a single package dependency string +## @details \fBob_parse_dep\fP() parses package dependencies in the format +## \fIpkg:archqual (rel ver) [arches] <plats>\fP, where the components +## \fI:archqual\fP, \fI(rel ver)\fP, \fI[arches]\fP, and \fI<plats>\fP +## are optional. ## @option -p pkg_var The name of the variable in which to store the ## package name. ## @option -q archqual_var The name of the variable in which to store the @@ -37,10 +41,6 @@ ## only be printed on standard output if it applies to ## the given platform. ## @operand dep req The dependency to parse. -## @details \fBob_parse_dep\fP() parses package dependencies in the format -## \fIpkg:archqual (rel ver) [arches] <plats>\fP, where the components -## \fI:archqual\fP, \fI(rel ver)\fP, \fI[arches]\fP, and \fI<plats>\fP -## are optional. ## @return Returns 0. ## @stdout Prints the dependency, with normalized formatting, if the dependency ## applies to the given host architecture and platform if any. |