aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bvi/bvi_1.3.1.bb
blob: b6525aad88ec1306c371d5519473a87d3904ffc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HOMEPAGE = "http://bvi.sourceforge.net/"
DESCRIPTION = "binary vi (binary file editor)"
SECTION = "console/utils"
DEPENDS = "ncurses"
LICENSE = "GPL"
PR = "r1"

SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.src.tar.gz \
	   file://configure.patch;patch=1 \
	   file://compile.patch;patch=1 \
	   file://no-strip.patch;patch=1"

inherit autotools