wok-next view vfu/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents da9e80c5d4bb
children 342b30daff76
line source
1 # SliTaz package receipt v2.
3 PACKAGE="vfu"
4 VERSION="4.12"
5 CATEGORY="utilities"
6 SHORT_DESC="VFU is a console (text mode) 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="ncurses pcre"
30 CONFIG_FILES="/etc/vfu.conf"
31 }