wok-next view fdupes/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents 0872dcbd1d74
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fdupes"
4 VERSION="2.0.0"
5 CATEGORY="misc"
6 SHORT_DESC="Identify or delete duplicate files in specified directories"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/adrianlopezroche/fdupes"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/adrianlopezroche/$PACKAGE/releases/download/$VERSION/$TARBALL"
13 # 1.6.1 TARBALL_SHA1="e6c26e2012927ebecab33f00280cabbb0aef702d"
15 BUILD_DEPENDS="ncurses-dev pcre2-dev"
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make PREFIX=/usr install
22 }