wok-next annotate dfc/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents a3c581bf52b8
children f2b6c26b0f7f
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@15721 2
pascal@15721 3 PACKAGE="dfc"
paul@19378 4 VERSION="3.0.5"
pascal@15721 5 CATEGORY="utilities"
al@21020 6 SHORT_DESC="Displays file system space usage using graphs and colors"
pascal@15721 7 MAINTAINER="paul@slitaz.org"
pascal@15721 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://projects.gw-computing.net/projects/dfc"
al@21020 10
pascal@15721 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20906 12 WGET_URL="https://projects.gw-computing.net/attachments/download/467/$TARBALL"
pascal@15721 13
al@21020 14 BUILD_DEPENDS="ncurses-dev cmake gettext-dev"
pascal@15721 15
al@21020 16 compile_rules() {
al@21020 17 cmake \
al@21020 18 -DCMAKE_INSTALL_PREFIX=/usr \
al@21020 19 -DSYSCONF_INSTALL_DIR=/etc \
al@21020 20 . &&
al@21020 21 make &&
al@21020 22 make install
pascal@15721 23 }
pascal@15721 24
al@21020 25 genpkg_rules() {
al@21020 26 copy @std
al@21020 27 DEPENDS="ncurses"
pascal@15721 28 }