wok-next annotate bvi/receipt @ rev 21443

updated sarg (2.3.1 -> 2.4.0)
author Hans-G?nter Theisgen
date Tue May 05 16:34:52 2020 +0100 (2020-05-05)
parents 8c8391016d94
children 90e4058fa9c1
rev   line source
al@21020 1 # SliTaz package receipt v2.
hackdorte@19195 2
hackdorte@19195 3 PACKAGE="bvi"
hackdorte@19195 4 VERSION="1.4.0"
hackdorte@19195 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Binary VIsual (hex editor) based on the vi texteditor"
al@21020 7 MAINTAINER="devel@slitaz.org"
hackdorte@19195 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://bvi.sourceforge.net/"
al@21020 10
hackdorte@19195 11 TARBALL="$PACKAGE-$VERSION.src.tar.gz"
hackdorte@19195 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
hackdorte@19195 13
hackdorte@19195 14 BUILD_DEPENDS="ncurses-dev"
hackdorte@19195 15
al@21020 16 compile_rules() {
al@21020 17 ./configure \
al@21020 18 --prefix=/usr \
al@21020 19 --mandir=/usr/share/man \
al@21020 20 --with-ncurses \
al@21020 21 $CONFIGURE_ARGS &&
al@21020 22 make $MAKEFLAGS &&
al@21020 23 make DESTDIR=$install install
hackdorte@19195 24 }
hackdorte@19195 25
al@21020 26 genpkg_rules() {
al@21020 27 copy @std
al@21020 28 DEPENDS="ncurses"
al@21020 29 TAGS="binary development editor hex vi"
hackdorte@19195 30 }