You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
604 B
23 lines
604 B
################################################################################
|
|
#
|
|
# whetstone
|
|
#
|
|
################################################################################
|
|
|
|
WHETSTONE_VERSION = 1.2
|
|
WHETSTONE_SOURCE = whetstone.c
|
|
WHETSTONE_SITE = http://www.netlib.org/benchmark
|
|
|
|
define WHETSTONE_EXTRACT_CMDS
|
|
cp $(WHETSTONE_DL_DIR)/$($(PKG)_SOURCE) $(@D)/
|
|
endef
|
|
|
|
define WHETSTONE_BUILD_CMDS
|
|
$(TARGET_CONFIGURE_OPTS) $(MAKE) LDLIBS="-lm" -C $(@D) whetstone
|
|
endef
|
|
|
|
define WHETSTONE_INSTALL_TARGET_CMDS
|
|
$(INSTALL) -D $(@D)/whetstone $(TARGET_DIR)/usr/bin/whetstone
|
|
endef
|
|
|
|
$(eval $(generic-package))
|
|
|