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