wok-next annotate fdupes/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents a3c581bf52b8
children d08555dee273
rev   line source
al@20473 1 # SliTaz package receipt v2.
pascal@13814 2
pascal@13814 3 PACKAGE="fdupes"
al@21131 4 VERSION="1.6.1"
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"
al@21131 12 WGET_URL="https://github.com/adrianlopezroche/fdupes/archive/v$VERSION.tar.gz"
al@21131 13 TARBALL_SHA1="e6c26e2012927ebecab33f00280cabbb0aef702d"
pascal@13814 14
al@20473 15 compile_rules() {
al@20473 16 make &&
al@21131 17 make PREFIX=/usr install
pascal@13814 18 }