wok-current annotate fdupes/receipt @ rev 15367
Add wimlib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 12 12:04:33 2013 +0000 (2013-10-12) |
parents | |
children | 3b4e4318134e |
rev | line source |
---|---|
pascal@13814 | 1 # SliTaz package receipt. |
pascal@13814 | 2 |
pascal@13814 | 3 PACKAGE="fdupes" |
pascal@13814 | 4 VERSION="1.40" |
pascal@13814 | 5 CATEGORY="misc" |
pascal@13814 | 6 SHORT_DESC="Identify or delete duplicate files in specified directories.." |
pascal@13814 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13814 | 8 WEB_SITE="http://code.google.com/p/fdupes/" |
pascal@13814 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13814 | 10 WGET_URL="http://fdupes.googlecode.com/files/$TARBALL" |
pascal@13814 | 11 |
pascal@13814 | 12 DEPENDS="" |
pascal@13814 | 13 BUILD_DEPENDS="" |
pascal@13814 | 14 |
pascal@13814 | 15 # Rules to configure and make the package. |
pascal@13814 | 16 compile_rules() |
pascal@13814 | 17 { |
pascal@13814 | 18 cd $src |
pascal@13814 | 19 make |
pascal@13814 | 20 } |
pascal@13814 | 21 |
pascal@13814 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13814 | 23 genpkg_rules() |
pascal@13814 | 24 { |
pascal@13814 | 25 mkdir -p $fs/usr/bin |
pascal@13814 | 26 cp -a $src/fdupes $fs/usr/bin |
pascal@13814 | 27 } |