mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
A visual editor for binary files. Bvi allows the user to edit binary files with a VI-like interface. Signed-off-by: Dimitrios Siganos <dimitris@siganos.org> [Julien: - sort DEVELOPERS entries - reword commit log title ] Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
417 B
Makefile
15 lines
417 B
Makefile
################################################################################
|
|
#
|
|
# bvi
|
|
#
|
|
################################################################################
|
|
|
|
BVI_VERSION = 1.5.0
|
|
BVI_SITE = https://sourceforge.net/projects/bvi/files/bvi/$(BVI_VERSION)
|
|
BVI_SOURCE = bvi-$(BVI_VERSION).src.tar.gz
|
|
BVI_LICENSE = GPL-3.0+
|
|
BVI_LICENSE_FILES = COPYING
|
|
BVI_DEPENDENCIES = ncurses
|
|
|
|
$(eval $(autotools-package))
|