wok-next view fdupes/receipt @ rev 20494

make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 23:17:56 2018 +0200 (2018-03-13)
parents e1c0edabdcb2
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://fdupes.googlecode.com/files/$TARBALL"
14 compile_rules() {
15 make &&
16 install -Dm755 $src/fdupes $install/usr/bin/fdupes
17 }
19 genpkg_rules() {
20 copy @std
21 }