mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
19 lines
438 B
Makefile
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))
|