wok-next view fdupes/receipt @ rev 21131

Update fdupes (1.6.1), jdupes (1.11.1), paper-icon-theme (1.5.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 19 14:59:09 2019 +0200 (2019-01-19)
parents a3c581bf52b8
children d08555dee273
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fdupes"
4 VERSION="1.6.1"
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/fdupes/archive/v$VERSION.tar.gz"
13 TARBALL_SHA1="e6c26e2012927ebecab33f00280cabbb0aef702d"
15 compile_rules() {
16 make &&
17 make PREFIX=/usr install
18 }