wok-next view crunch/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
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 }