Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Mon, 9 Dec 2002 14:33:01 +0100
From: Marc Chantreux <khatar@phear.org>
To: Bob Tanner <tanner@real-time.com>
Cc: cygwin@cygwin.com
Subject: Re: kinda apt-get ?
Message-ID: <20021209133301.GA13461@aurora-borealis.phear.org>
References: <20021208104002.GA12900@aurora-borealis.phear.org> <200212081301.15551.tanner@real-time.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200212081301.15551.tanner@real-time.com>
User-Agent: Mutt/1.4i

Hi Bob,

and thanks to all for your answers.

> I'm working on porting rpm to cygwin. With the ultimate goal of getting 
> apt4rpm ported, so you can use all the familiar apt-get operations.

Well , dpkg is already ported and included in the main distrib. Why
working on RPM ?

While dreaming on a complete apt powered cygwin distribution, i'm 
searching for a cygwin packages installer. I now think that it doesn't
exists and will be an easy perl hack ...

I'm not a C++ expert but the setup does that :

- download http://sources.redhat.com/cygwin/mirrors.lst as mirror list
- download [selected_mirror]/setup.bz2 as packages list
- download packages found in setup.bz2 and selected
- unbzip it under /
- tar tjf $package_file | gzip >/etc/setup/${package_name}.lst.gz
- update the line $package_name $package_name 0 in the 
/etc/setup/installed.db ( i don't understand does the 0 mean )
- run /etc/postinstall/package.sh
- mv /etc/postinstall/package.sh /etc/postinstall/package.sh.done

is it completed ?

Regards,
Marc

PS : I'm no longuer member of the list (too much trafic). Please insert
my personnal email adress in reply.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

