Units and Cygport

Charles Wilson cygwin@cwilson.fastmail.fm
Fri Jul 13 18:46:00 GMT 2007


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/



More information about the Cygwin mailing list