wok-next rev 21532
updated bvi (1.4.0 -> 1.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 20 17:18:48 2020 +0100 (2020-06-20) |
parents | 36705bc9f341 |
children | 0b4deaef0fcc |
files | bvi/receipt |
line diff
1.1 --- a/bvi/receipt Sat Jun 20 17:14:40 2020 +0100 1.2 +++ b/bvi/receipt Sat Jun 20 17:18:48 2020 +0100 1.3 @@ -1,10 +1,11 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="bvi" 1.7 -VERSION="1.4.0" 1.8 +VERSION="1.4.1" 1.9 CATEGORY="development" 1.10 +TAGS="binary development editor hex vi" 1.11 SHORT_DESC="Binary VIsual (hex editor) based on the vi texteditor" 1.12 -MAINTAINER="devel@slitaz.org" 1.13 +MAINTAINER="maintainer@slitaz.org" 1.14 LICENSE="GPL2" 1.15 WEB_SITE="http://bvi.sourceforge.net/" 1.16 1.17 @@ -13,18 +14,20 @@ 1.18 1.19 BUILD_DEPENDS="ncurses-dev" 1.20 1.21 -compile_rules() { 1.22 - ./configure \ 1.23 - --prefix=/usr \ 1.24 - --mandir=/usr/share/man \ 1.25 - --with-ncurses \ 1.26 +compile_rules() 1.27 +{ 1.28 + ./configure \ 1.29 + --prefix=/usr \ 1.30 + --mandir=/usr/share/man \ 1.31 + --with-ncurses \ 1.32 $CONFIGURE_ARGS && 1.33 make $MAKEFLAGS && 1.34 make DESTDIR=$install install 1.35 } 1.36 1.37 -genpkg_rules() { 1.38 +genpkg_rules() 1.39 +{ 1.40 copy @std 1.41 + 1.42 DEPENDS="ncurses" 1.43 - TAGS="binary development editor hex vi" 1.44 }