wok-next annotate 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
rev   line source
al@20473 1 # SliTaz package receipt v2.
pascal@13814 2
pascal@13814 3 PACKAGE="fdupes"
pascal@13814 4 VERSION="1.40"
pascal@13814 5 CATEGORY="misc"
al@20473 6 SHORT_DESC="Identify or delete duplicate files in specified directories"
pascal@13814 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="MIT"
pascal@13814 9 WEB_SITE="http://code.google.com/p/fdupes/"
al@20473 10
pascal@13814 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13814 12 WGET_URL="http://fdupes.googlecode.com/files/$TARBALL"
pascal@13814 13
al@20473 14 compile_rules() {
al@20473 15 make &&
al@20474 16 install -Dm755 $src/fdupes $install/usr/bin/fdupes
pascal@13814 17 }
pascal@13814 18
al@20473 19 genpkg_rules() {
al@20473 20 copy @std
pascal@13814 21 }