Makefile.inc 463 B

1234567891011121314
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. PKG_NAME:= uClibc-ng
  4. ifeq ($(ADK_LIBC_VERSION),git)
  5. PKG_VERSION:= 1.0.0
  6. PKG_REPO:= http://git.uclibc-ng.org/uClibc-ng.git
  7. else
  8. PKG_VERSION:= $(ADK_LIBC_VERSION)
  9. PKG_SITES:= http://downloads.uclibc-ng.org/
  10. endif
  11. PKG_RELEASE:= 1
  12. PKG_MD5SUM:= 28fad4160d64e268ee5a3654e3dfc13a
  13. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz