wok-next view vfu/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }