wok-next view crunch/receipt @ rev 21690
updated gmime3 (3.2.0 -> 3.2.7)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 17:42:14 2020 +0100 (2020-06-29) |
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 }