[baker-baker] unpacked source packages
T. Onoma
transami at runbox.com
Wed Dec 3 06:28:02 EST 2003
On Wednesday 03 December 2003 03:08 pm, Mika Pesu wrote:
> in baker we can do this:
> $build_dir=/tmp/baker/build
> $source_file=ruby.tar.gz
>
> cp $source_file $build_dir
> cd $build_dir
> tar xzvf $source_file
>
> ls $build_dir
> test if entry is directory --> $dir
> cd $dir
> ./configure
> make;make install
>
>
> so we know source directory because there isn't other dirs in $build_dir
> only there is $source_file and directory created by that.
>
> after that we can copy other needed stuff to that directory
cool! that will work. i'll put it in today. should be easy enough.
also have a look at this:
http://syscalltrack.sourceforge.net/index.html
T.
More information about the Baker-baker
mailing list