ludo wrote: > I use cygport to rebuild the xorg-server package > cygport, as expected, generates > the bin package xorg-server-1.5.3-4.tar.bz2 > the source package xorg-server-1.5.3-4-src.tar.bz2 > the setuo conf file setup.hint
Congratulations! :-) > but now, how can I install these package in my cygwin tree > > Is there a hypothetical command line tool to install the package like > cyginstall xorg-server-1.5.3-4.tar.bz2 > > or a special command in cygport like > cygport xorg-server-1.5.3-4.cygport cyginstall > > Or must I use setup.exe ? Only setup does all the stuff that setup does. You could just untar the bin package at the root directory, so something like 'tar -C / -zxf xorg-server-1.5.3-4.tar.bz2', which should be 'good enough' for that particular package (as it has no post-install script) But probably the only thing that package contains is the XWin.exe, which you could install yourself or by descending to the build directory and doing 'make install' or simply run it from the build directory :-) ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
