wok-next annotate 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
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@20503 6 SHORT_DESC="VFU is a console (text mode) 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@20503 29 DEPENDS="ncurses pcre"
al@20503 30 CONFIG_FILES="/etc/vfu.conf"
pascal@14379 31 }