blob: 8e7a8adbe949cd8ba0d2ab0be6243d612289d16b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
HOMEPAGE = "http://bvi.sourceforge.net/"
DESCRIPTION = "binary vi (binary file editor)"
SECTION = "console/utils"
DEPENDS = "ncurses"
LICENSE = "GPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.src.tar.gz \
file://configure.patch;patch=1 \
file://compile.patch;patch=1"
inherit autotools
|