[lokisetup] RPM support??

Chunky Kibbles chunky at icculus.org
Thu Jul 29 19:41:21 EDT 2004


On Thu, Jul 29, 2004 at 05:26:19PM -0600, Derek R. Gaston wrote:
> Stephane,
> 
> Thanks for the quick reply.
> 
> Any advice then on how to do the manual extraction?  I think I am just 
> going to manipulate the RPMs using a script then (but that's not as much 
> fun ;-).....
> 
> I already know that I'm going to have to build RPM for the other non-RPM 
> systems.... (basically as I continue on this project I am just building 
> a complete GNU system that's going to ship with our product ;-)
> 
> It's unfortunate - but people here at my job have standardised on RPM 
> distribution for our in house product - so I HAVE to do _something_ with 
> them..... sigh.


#!/bin/sh
PROJECT=dereksbaby
VERSION=2.3.4

rpm2targz $PROJECT-$VERSION.rpm
gzip -cd $PROJECT-$VERSION.tar.gz | tar -tf -

Incorporate that into a build system that would create loki_setup
directory trees? Not entirely sure what you're trying to achieve.

Hope that helps,
Gary (-;



More information about the Lokisetup mailing list