| 12345678910111213141516 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.PKG_NAME:=		muslifeq ($(ADK_LIBC_VERSION),git)PKG_VERSION:=		gitPKG_RELEASE:=		1PKG_SITES:=		git://git.musl-libc.org/muslDISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xzelsePKG_VERSION:=		$(ADK_LIBC_VERSION)PKG_RELEASE:=		1PKG_HASH:=		fa928506415b9c555977daaf874c190eaf7fbbd16028cc5c5f33a00a83227813PKG_SITES:=		http://www.musl-libc.org/releases/DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gzendif
 |