| 12345678910 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.PKG_NAME:=		llvmPKG_VERSION:=		6.0.0PKG_HASH:=		1ff53c915b4e761ef400b803f07261ade637b0c269d99569f18040f3dcee4408PKG_SITES:=		http://llvm.org/releases/6.0.0/PKG_RELEASE:=		1DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.src.tar.xzWRKDIST=		${WRKDIR}/${PKG_NAME}-${PKG_VERSION}.src
 |