wok-next view crunch/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents c363a94c5c04
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="crunch"
4 VERSION="3.6"
5 CATEGORY="network"
6 SHORT_DESC="Wordlist generator"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/crunch-wordlist/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="$SF_MIRROR/crunch-wordlist/$TARBALL"
14 BUILD_DEPENDS="sudo"
16 compile_rules() {
17 make &&
18 make DESTDIR=$install install
19 }
21 genpkg_rules() {
22 copy @std
23 }