Makefile.inc 539 B

123456789101112131415
  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-git
  6. PKG_RELEASE:= 1
  7. PKG_SITES:= git://uclibc-ng.org/git/uclibc-ng
  8. else
  9. PKG_VERSION:= $(ADK_LIBC_VERSION)
  10. PKG_RELEASE:= 1
  11. PKG_SITES:= http://downloads.uclibc-ng.org/releases/$(ADK_LIBC_VERSION)/
  12. PKG_HASH:= 56258bfa62e3a70c5d29480ccd8f8d94fc2740233a493d8c66b6e7a37830b9d1
  13. endif
  14. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz