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. --------------%<---------------- 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... -- Chuck -- 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/