On Sep 7, 2008, at 6:01 PM, Anders F Björklund wrote:
> Jeff Johnson wrote:
>>
> becomes the trivial bee build file:
>
> - properties:
> - Name: "test"
> - Version: "1.0"
> - Release: "1"
>
> - target: all
> description: run all targets
> depends: [prep, build, install, clean]
>
> - target: prep
> script: |-
> echo prep
>
> - target: build
> script: |-
> echo build
>
> - target: install
> script: |-
>
> echo install
>
> - target: clean
> script: |-
> /bin/rm -rf '/var/local/tmp/test-root'
>
> With #{Name} and friends being all set...
>
Oooh, nice & clean.
Could you add to rpmpopt.in on HEAD? I think its time to start
collecting examples of alternative build recipe representations,
the rubyforge YAML is very aesthetically pleasing.
73 de Jeff
Received on Mon Sep 8 00:06:15 2008