wok-next view crunch/receipt @ rev 21180
updated qt5 again (5.10.1 -> 5.13.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 16 16:52:21 2019 +0100 (2019-07-16) |
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 }