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

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

inherit autotools

SRC_URI[md5sum] = "b9d77c57bda2e019207a1874d9bb4dea"
SRC_URI[sha256sum] = "c94dbfa293cbc61b8571d025e90fd1f06a34f8d4e5b11a59856bfc1f13014de3"