wok-next view jdupes/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents b5f2a6ab88b6
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="jdupes"
4 VERSION="1.11.1"
5 CATEGORY="development"
6 SHORT_DESC="A powerful duplicate file finder and an enhanced fork of 'fdupes'"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/jbruchon/jdupes/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/jbruchon/jdupes/archive/v$VERSION.tar.gz"
13 TARBALL_SHA1="2e817052c2786cc67ebb4262f8ca9bf709ddd9e4"
15 compile_rules() {
16 make &&
17 make install
18 }