Intergrated test scripts with automake
[gnucomo.git] / scripts / pkg-solaris.awk
1 /PKGINST:/     { OFS=""; print "<gcmt:parameter name='", $2, "'>"; OFS=" " }
2 /DESC:/        { $1="";  print  "   <gcmt:description>", $0, "</gcmt:description>" }
3 /VERSION:/     { OFS=""; print "   <gcmt:property name='version'>", $2, "</gcmt:property>"; OFS=" " }
4 /^$/           { print "</gcmt:parameter>" }