wok-current view fdupes/receipt @ rev 21266
updated libnl, libnl-dev and libnl-tools (3.2.24 -> 3.4.0)
| author | Hans-Günter Theisgen | 
|---|---|
| date | Fri Apr 12 14:38:43 2019 +0100 (2019-04-12) | 
| parents | 8dd8bab3f0ca | 
| children | 6d36c44e2de3 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="fdupes"
     4 VERSION="1.6.1"
     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="https://github.com/adrianlopezroche/fdupes"
    11 TARBALL="$PACKAGE-$VERSION.tar.gz"
    12 WGET_URL="https://github.com/adrianlopezroche/$PACKAGE/archive/v$VERSION/$TARBALL"
    14 DEPENDS=""
    15 BUILD_DEPENDS=""
    17 # Rules to configure and make the package.
    18 compile_rules()
    19 {
    20 	make
    21 }
    23 # Rules to gen a SliTaz package suitable for Tazpkg.
    24 genpkg_rules()
    25 {
    26 	mkdir -p $fs/usr/bin
    27 	cp -a $src/fdupes $fs/usr/bin
    28 }