wok-next annotate fdupes/receipt @ rev 20906
Update homepages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 10 12:53:17 2018 +0300 (2018-08-10) |
parents | 2d4ad53f3c69 |
children | 0872dcbd1d74 |
rev | line source |
---|---|
al@20473 | 1 # SliTaz package receipt v2. |
pascal@13814 | 2 |
pascal@13814 | 3 PACKAGE="fdupes" |
al@20906 | 4 VERSION="1.40" # -> UPME, no 1.40 on Github |
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" |
al@20906 | 9 WEB_SITE="https://github.com/adrianlopezroche/fdupes" |
al@20473 | 10 |
pascal@13814 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@20906 | 12 WGET_URL="http://fdupes.googlecode.com/files/$TARBALL" # FIXME |
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 } |