wok-next view dfc/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents a3c581bf52b8
children f2b6c26b0f7f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dfc"
4 VERSION="3.0.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Displays file system space usage using graphs and colors"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://projects.gw-computing.net/projects/dfc"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://projects.gw-computing.net/attachments/download/467/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev cmake gettext-dev"
16 compile_rules() {
17 cmake \
18 -DCMAKE_INSTALL_PREFIX=/usr \
19 -DSYSCONF_INSTALL_DIR=/etc \
20 . &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="ncurses"
28 }