Files
shredos.x86_64/package/hexedit/hexedit.mk
2020-04-12 22:20:38 +01:00

19 lines
438 B
Makefile

################################################################################
#
# hexedit
#
################################################################################
HEXEDIT_VERSION = 1.4.2
HEXEDIT_SITE = $(call github,pixel,hexedit,$(HEXEDIT_VERSION))
HEXEDIT_DEPENDENCIES = ncurses parted
define HEXEDIT_INITSH
(cd $(@D) && ./autogen.sh);
endef
HEXEDIT_POST_PATCH_HOOKS += HEXEDIT_INITSH
$(eval $(autotools-package))