wok-next annotate dfc/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@15721 2
pascal@15721 3 PACKAGE="dfc"
Hans-G?nter@21588 4 VERSION="3.1.1"
pascal@15721 5 CATEGORY="utilities"
Hans-G?nter@21588 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"
Hans-G?nter@21588 12 WGET_URL="https://projects.gw-computing.net/attachments/download/615/$TARBALL"
pascal@15721 13
Hans-G?nter@21588 14 BUILD_DEPENDS="cmake gettext-dev ncurses-dev"
pascal@15721 15
Hans-G?nter@21588 16 compile_rules()
Hans-G?nter@21588 17 {
Hans-G?nter@21588 18 cmake . \
Hans-G?nter@21588 19 -DCMAKE_INSTALL_PREFIX=/usr \
Hans-G?nter@21588 20 -DSYSCONF_INSTALL_DIR=/etc &&
al@21020 21 make &&
al@21020 22 make install
pascal@15721 23 }
pascal@15721 24
Hans-G?nter@21588 25 genpkg_rules()
Hans-G?nter@21588 26 {
al@21020 27 copy @std
al@21020 28 DEPENDS="ncurses"
pascal@15721 29 }