diff options
Diffstat (limited to 'recipes/bvi/bvi_1.3.1.bb')
-rw-r--r-- | recipes/bvi/bvi_1.3.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/bvi/bvi_1.3.1.bb b/recipes/bvi/bvi_1.3.1.bb new file mode 100644 index 0000000000..b6525aad88 --- /dev/null +++ b/recipes/bvi/bvi_1.3.1.bb @@ -0,0 +1,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 |