wok view fdupes/receipt @ rev 15545

Up: firefox-langpack-ru (17.0.11esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 24 17:36:40 2013 +0100 (2013-11-24)
parents
children 3b4e4318134e
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 WEB_SITE="http://code.google.com/p/fdupes/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://fdupes.googlecode.com/files/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/fdupes $fs/usr/bin
27 }