wok-next view vfu/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 342b30daff76
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="vfu"
4 VERSION="4.12"
5 CATEGORY="utilities"
6 SHORT_DESC="Console file manager for UNIX/Linux"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://cade.datamax.bg/vfu/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://cade.datamax.bg/vfu/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev pcre-dev"
16 compile_rules() {
17 make || true
19 install -Dm755 vfu/vfu $install/usr/bin/vfu
20 install -d $install/usr/lib/vfu/
21 install -m755 rx/rx_* $install/usr/lib/vfu/
22 install -Dm644 vfu.conf $install/etc/vfu.conf
24 cook_pick_manpages vfu.1
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="libpcre ncurses"
30 CONFIG_FILES="/etc/vfu.conf"
31 }