wok view fdupes/receipt @ rev 21900

updated serd and serd-dev (0.18.0 -> 0.30.0)
author Hans-G?nter Theisgen
date Thu Oct 03 20:51:42 2019 +0100 (2019-10-03)
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 }