wok view fdupes/receipt @ rev 20734

updated azpainter (2.0.4 -> 2.1.3)
author Hans-G?nter Theisgen
date Sat Feb 09 17:15:55 2019 +0100 (2019-02-09)
parents 3b4e4318134e
children e7058f1b18c6
line source
1 # SliTaz package receipt.
3 PACKAGE="fdupes"
4 VERSION="1.40"
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"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://fdupes.googlecode.com/files/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
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 }