wok-next annotate jdupes/receipt @ rev 20870

bleachbit: up (2.0); fbxkb and foobillardplus: fix build; add jdupes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 02 15:13:13 2018 +0300 (2018-07-02)
parents
children b5f2a6ab88b6
rev   line source
al@20870 1 # SliTaz package receipt v2.
al@20870 2
al@20870 3 PACKAGE="jdupes"
al@20870 4 VERSION="1.10.2"
al@20870 5 CATEGORY="development"
al@20870 6 SHORT_DESC="A powerful duplicate file finder and an enhanced fork of 'fdupes'"
al@20870 7 MAINTAINER="al.bobylev@gmail.com"
al@20870 8 LICENSE="MIT"
al@20870 9 WEB_SITE="https://github.com/jbruchon/jdupes/"
al@20870 10
al@20870 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20870 12 WGET_URL="https://github.com/jbruchon/jdupes/archive/v$VERSION.tar.gz"
al@20870 13
al@20870 14 compile_rules() {
al@20870 15 make &&
al@20870 16 make install
al@20870 17 }
al@20870 18
al@20870 19 genpkg_rules() {
al@20870 20 copy @std
al@20870 21 }