DESCRIPTION="Low Level Virtual Machine (LLVM)" HOMEPAGE="http://llvm.org/" SRC_URI="http://llvm.org/releases/${PV}/${PN}-${PV}.tar.gz" LICENSE="University of Illinois/NCSA Open Source License " src_compile() { cd ${B} cygconf cygmake } src_install () { cd ${B} cyginstall }