mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-13 07:54:14 +00:00
26 lines
603 B
Makefile
26 lines
603 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
PKG_NAME:=xxHash
|
||
|
PKG_VERSION:=0.8.3
|
||
|
|
||
|
PKG_SOURCE_PROTO:=git
|
||
|
PKG_SOURCE_URL=https://github.com/Cyan4973/xxHash
|
||
|
PKG_SOURCE_VERSION:=e626a72bc2321cd320e953a0ccf1584cad60f363
|
||
|
PKG_MIRROR_HASH:=234cfc24004c1b97d3ec9c48e976347b31a513a68de40f57a765667eb89dbbb0
|
||
|
|
||
|
PKG_LICENSE:=BSD-2-Clause
|
||
|
PKG_LICENSE_FILES:=LICENSE
|
||
|
|
||
|
include $(INCLUDE_DIR)/host-build.mk
|
||
|
include $(INCLUDE_DIR)/cmake.mk
|
||
|
|
||
|
CMAKE_C_COMPILER_LAUNCHER :=
|
||
|
CMAKE_CXX_COMPILER_LAUNCHER :=
|
||
|
|
||
|
CMAKE_BINARY_SUBDIR := build
|
||
|
CMAKE_SOURCE_SUBDIR := cmake_unofficial
|
||
|
|
||
|
$(eval $(call HostBuild))
|