wok-next annotate vifm/receipt @ rev 21468

updated tcpreplay (4.2.6 -> 4.3.2)
author Hans-G?nter Theisgen
date Wed May 13 06:25:58 2020 +0100 (2020-05-13)
parents d5aab818505e
children
rev   line source
al@20979 1 # SliTaz package receipt v2.
pascal@15723 2
pascal@15723 3 PACKAGE="vifm"
al@20979 4 VERSION="0.9.1"
pascal@15723 5 CATEGORY="utilities"
al@20979 6 SHORT_DESC="Ncurses based file manager with vi-like keybindings"
pascal@15723 7 MAINTAINER="paul@slitaz.org"
pascal@15723 8 LICENSE="GPL2"
al@20979 9 WEB_SITE="https://vifm.info/"
al@20979 10
pascal@15723 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@15723 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15723 13
al@21078 14 BUILD_DEPENDS="ncurses-dev libmagic-dev libx11-dev util-linux-whereis vim \
al@21020 15 file mandoc util-linux-column perl"
al@20979 16
al@20979 17 compile_rules() {
al@20979 18 sed -i 's|PACKAGE_DATA_DIR|"/usr/share/vifm"|' src/int/vim.c
al@20979 19
pascal@15723 20 ./configure \
al@20979 21 --disable-build-timestamp \
al@20979 22 $CONFIGURE_ARGS &&
al@20979 23 make &&
al@20979 24 make install
pascal@15723 25 }
pascal@15723 26
al@20979 27 genpkg_rules() {
al@20979 28 copy @std
al@20980 29 DEPENDS="ncurses libmagic"
pascal@15723 30 }