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