Files
shredos.x86_64/package/hexedit/hexedit.mk

19 lines
465 B
Makefile

################################################################################
#
# hexedit
#
################################################################################
HEXEDIT_VERSION = 1.6
HEXEDIT_SITE = $(call github,pixel,hexedit,$(HEXEDIT_VERSION))
HEXEDIT_DEPENDENCIES = ncurses parted
define HEXEDIT_INITSH
(cd $(@D) && PATH="../../host/bin:${PATH}" ./autogen.sh);
endef
HEXEDIT_POST_PATCH_HOOKS += HEXEDIT_INITSH
$(eval $(autotools-package))