wok view fdupes/receipt @ rev 20994

updated gptfdisk (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Thu Mar 07 17:31:34 2019 +0100 (2019-03-07)
parents 8dd8bab3f0ca
children 6d36c44e2de3
line source
1 # SliTaz package receipt.
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/$PACKAGE/archive/v$VERSION/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/fdupes $fs/usr/bin
28 }