This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Packaging tools? (Was: RE: RFP: NASM)


On Thu, Mar 21, 2002 at 02:25:36AM -0800, Stanislav Sinyagin wrote:
>> Not a simple script, but I've built a cardhouse of scripts that setup
>> a cross-compile environment, and then downloads and does
>> > something like 
>> >    cygmkpkg expat-1.95.2.tar.gz  
>> this for any number of `native' packages
>> 
>> See
>>     http://lilypond.org/cygwin/cygwin-cross.tar.gz
>
>Then, could someone include this link into the contributor's guide
>   http://cygwin.com/setup.html 
>and maybe links to some other scripts like that?

A link to some other site with another cygwin distribution?

No.

FWIW, I keep mentioning that the script that I use to generate packages
is available via CVS on sources.redhat.com:

cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/cygwin-apps co mknetrel

  mkdir -p /netrel/{src,inst,build,upload,extra}
  cd /netrel/src
  gtar xzf whatever-1.9.tar.gz
  bump -r whatever
  mknetrel whatever
  scp /netrel/uploads/whatever-1.9-1*.tar.gz sources:/sourceware/ftp/anonftp/pub/cygwin/contrib/whatever

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]