wok-next annotate crunch/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents c363a94c5c04
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@19210 2
pascal@19210 3 PACKAGE="crunch"
pascal@19210 4 VERSION="3.6"
pascal@19210 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Wordlist generator"
pascal@19210 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19210 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://sourceforge.net/projects/crunch-wordlist/"
al@21020 10
pascal@19210 11 TARBALL="$PACKAGE-$VERSION.tgz"
al@21020 12 WGET_URL="$SF_MIRROR/crunch-wordlist/$TARBALL"
pascal@19210 13
pascal@19210 14 BUILD_DEPENDS="sudo"
pascal@19210 15
al@21020 16 compile_rules() {
pascal@19210 17 make &&
al@21020 18 make DESTDIR=$install install
pascal@19210 19 }
pascal@19210 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
pascal@19210 23 }