summaryrefslogtreecommitdiff
path: root/bvi/bvi_1.3.1.oe
blob: 55b7e0b1a394d8821fe052f3673700a6ac00eb38 (plain)
1
2
3
4
5
6
7
8
9
10
HOMEPAGE = "http://bvi.sourceforge.net/"
DESCRIPTION = "binary vi (binary file editor)"
DEPENDS = "virtual/libc ncurses"
RDEPENDS = "libc6 libncurses5"

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

inherit autotools