wok-next view fdupes/receipt @ rev 20908

bzip2: update home page and source URL (thanks shann); domain bzip.org is suspended now...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 12 04:53:45 2018 +0300 (2018-08-12)
parents 2d4ad53f3c69
children 0872dcbd1d74
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fdupes"
4 VERSION="1.40" # -> UPME, no 1.40 on Github
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="http://fdupes.googlecode.com/files/$TARBALL" # FIXME
14 compile_rules() {
15 make &&
16 install -Dm755 $src/fdupes $install/usr/bin/fdupes
17 }
19 genpkg_rules() {
20 copy @std
21 }