wok-next annotate vfu/receipt @ rev 21196

updated scrollz again (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 16:09:40 2019 +0100 (2019-10-03)
parents 342b30daff76
children
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@14379 2
pascal@14379 3 PACKAGE="vfu"
pascal@14379 4 VERSION="4.12"
pascal@14379 5 CATEGORY="utilities"
al@21020 6 SHORT_DESC="Console file manager for UNIX/Linux"
pascal@14379 7 MAINTAINER="paul@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20503 9 WEB_SITE="http://cade.datamax.bg/vfu/"
al@20503 10
pascal@14379 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14379 12 WGET_URL="http://cade.datamax.bg/vfu/$TARBALL"
pascal@14379 13
pascal@15000 14 BUILD_DEPENDS="ncurses-dev pcre-dev"
pascal@15000 15
al@20503 16 compile_rules() {
al@20620 17 make || true
al@20503 18
al@20620 19 install -Dm755 vfu/vfu $install/usr/bin/vfu
al@20620 20 install -d $install/usr/lib/vfu/
al@20620 21 install -m755 rx/rx_* $install/usr/lib/vfu/
al@20620 22 install -Dm644 vfu.conf $install/etc/vfu.conf
al@20620 23
al@20620 24 cook_pick_manpages vfu.1
pascal@14379 25 }
pascal@14379 26
al@20503 27 genpkg_rules() {
al@20620 28 copy @std
al@20749 29 DEPENDS="libpcre ncurses"
al@20503 30 CONFIG_FILES="/etc/vfu.conf"
pascal@14379 31 }