wok-next annotate fdupes/receipt @ rev 21645

updated fdupes (1.6.1 -> 2.0.0)
author Hans-G?nter Theisgen
date Fri Jun 26 16:45:54 2020 +0100 (2020-06-26)
parents 0872dcbd1d74
children
rev   line source
al@20473 1 # SliTaz package receipt v2.
pascal@13814 2
pascal@13814 3 PACKAGE="fdupes"
Hans-G?nter@21645 4 VERSION="2.0.0"
pascal@13814 5 CATEGORY="misc"
al@20473 6 SHORT_DESC="Identify or delete duplicate files in specified directories"
pascal@13814 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="MIT"
al@20906 9 WEB_SITE="https://github.com/adrianlopezroche/fdupes"
al@20473 10
pascal@13814 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21645 12 WGET_URL="https://github.com/adrianlopezroche/$PACKAGE/releases/download/$VERSION/$TARBALL"
Hans-G?nter@21645 13 # 1.6.1 TARBALL_SHA1="e6c26e2012927ebecab33f00280cabbb0aef702d"
pascal@13814 14
Hans-G?nter@21645 15 BUILD_DEPENDS="ncurses-dev pcre2-dev"
Hans-G?nter@21645 16
Hans-G?nter@21645 17 compile_rules()
Hans-G?nter@21645 18 {
Hans-G?nter@21645 19 ./configure $CONFIGURE_ARGS &&
al@20473 20 make &&
al@21131 21 make PREFIX=/usr install
pascal@13814 22 }