Marcel Telka
2024-04-02 68398b70332cf1b08b8852ddc8fa418de145afff
1
2
3
4
5
6
7
 
<transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \
    print PACKAGE += "%<1>@%<2>" >
<transform set name=org.opensolaris.arc-caseid value=(.*) -> \
    print ARC_CASE += "%<1>" >
 
<transform license license=(.*) -> print LICENSE += "%<1>" >