wok view fdupes/receipt @ rev 13821

[A-e]*/*.desktop files: sort (for easy reading), add translations (from web + my ru), verify (using desktop-file-validate), fix. To be continued...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 07 01:07:44 2013 +0000 (2013-01-07)
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 }