# HG changeset patch # User Hans-G?nter Theisgen # Date 1592669928 -3600 # Node ID 90e4058fa9c1845c1a4349c525dea68f8ec400eb # Parent 36705bc9f341505e3485ce5fc7a0aaf0f15b1451 updated bvi (1.4.0 -> 1.4.1) diff -r 36705bc9f341 -r 90e4058fa9c1 bvi/receipt --- a/bvi/receipt Sat Jun 20 17:14:40 2020 +0100 +++ b/bvi/receipt Sat Jun 20 17:18:48 2020 +0100 @@ -1,10 +1,11 @@ # SliTaz package receipt v2. PACKAGE="bvi" -VERSION="1.4.0" +VERSION="1.4.1" CATEGORY="development" +TAGS="binary development editor hex vi" SHORT_DESC="Binary VIsual (hex editor) based on the vi texteditor" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" WEB_SITE="http://bvi.sourceforge.net/" @@ -13,18 +14,20 @@ BUILD_DEPENDS="ncurses-dev" -compile_rules() { - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --with-ncurses \ +compile_rules() +{ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --with-ncurses \ $CONFIGURE_ARGS && make $MAKEFLAGS && make DESTDIR=$install install } -genpkg_rules() { +genpkg_rules() +{ copy @std + DEPENDS="ncurses" - TAGS="binary development editor hex vi" }