wok-next view crunch/receipt @ rev 21447
updated seamonkey (2.7.2 -> 2.53.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 05 17:33:00 2020 +0100 (2020-05-05) |
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 }