wok view crunch/receipt @ rev 20091

tar: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 03 09:50:38 2017 +0200 (2017-10-03)
parents
children a01ff9505078
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://wiki.backtrack-fr.net/index.php/Crunch"
11 WGET_URL="http://tenet.dl.sourceforge.net/project/crunch-wordlist/crunch-wordlist/$TARBALL"
13 BUILD_DEPENDS="sudo"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/share/crunch $fs/usr/share
28 }