wok-next annotate crunch/receipt @ rev 21237

try to build cndrvcups-common again
author Hans-G?nter Theisgen
date Wed Dec 04 16:52:15 2019 +0100 (2019-12-04)
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 }