Makefile 603 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. include $(TOPDIR)/rules.mk
  3. PKG_NAME:=xxHash
  4. PKG_VERSION:=0.8.3
  5. PKG_SOURCE_PROTO:=git
  6. PKG_SOURCE_URL=https://github.com/Cyan4973/xxHash
  7. PKG_SOURCE_VERSION:=e626a72bc2321cd320e953a0ccf1584cad60f363
  8. PKG_MIRROR_HASH:=234cfc24004c1b97d3ec9c48e976347b31a513a68de40f57a765667eb89dbbb0
  9. PKG_LICENSE:=BSD-2-Clause
  10. PKG_LICENSE_FILES:=LICENSE
  11. include $(INCLUDE_DIR)/host-build.mk
  12. include $(INCLUDE_DIR)/cmake.mk
  13. CMAKE_C_COMPILER_LAUNCHER :=
  14. CMAKE_CXX_COMPILER_LAUNCHER :=
  15. CMAKE_BINARY_SUBDIR := build
  16. CMAKE_SOURCE_SUBDIR := cmake_unofficial
  17. $(eval $(call HostBuild))