wok view fdupes/receipt @ rev 16704

mplayer-opt: typo in package name
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 28 12:02:32 2014 +0300 (2014-05-28)
parents b0b5a6802a27
children 8dd8bab3f0ca
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="http://code.google.com/p/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 }