On Fri, July 13, 2007 7:45 pm, Charles Wilson wrote: > Yaakov (Cygwin Ports) wrote: >> >> I'm not familiar with units, but based on the above I'll guess that: >> 1) It doesn't use automake; > > True. > >> 2) Parallel install is broken. >> Try 'cyginstall -j1' in src_install() and let us know. > > That seems to work for me.
Works here too. > --------------%<---------------- > DESCRIPTION="Converts between different systems of units." > HOMEPAGE="http://www.gnu.org/software/units/units.html" > SRC_URI="ftp://ftp.gnu.org/gnu/units/${P}.tar.gz" > > src_install() { > cd ${B} > cyginstall -j1 > } > --------------%<---------------- > > Obviously, an actual cygwin package will need a README and hint file... Obviously, give me time ;) Thanks both of you. I'll finish this tomorrow. J. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/