wok-current annotate crunch/receipt @ rev 21309
1) libfm-extra: fix build while using development sources
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 18 17:17:32 2019 +0300 (2019-04-18) |
parents | |
children | a01ff9505078 |
rev | line source |
---|---|
pascal@19210 | 1 # SliTaz package receipt. |
pascal@19210 | 2 |
pascal@19210 | 3 PACKAGE="crunch" |
pascal@19210 | 4 VERSION="3.6" |
pascal@19210 | 5 CATEGORY="network" |
pascal@19210 | 6 SHORT_DESC="Wordlist generator." |
pascal@19210 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19210 | 8 LICENSE="GPL2" |
pascal@19210 | 9 TARBALL="$PACKAGE-$VERSION.tgz" |
pascal@19210 | 10 WEB_SITE="http://wiki.backtrack-fr.net/index.php/Crunch" |
pascal@19210 | 11 WGET_URL="http://tenet.dl.sourceforge.net/project/crunch-wordlist/crunch-wordlist/$TARBALL" |
pascal@19210 | 12 |
pascal@19210 | 13 BUILD_DEPENDS="sudo" |
pascal@19210 | 14 |
pascal@19210 | 15 # Rules to configure and make the package. |
pascal@19210 | 16 compile_rules() |
pascal@19210 | 17 { |
pascal@19210 | 18 make && |
pascal@19210 | 19 make DESTDIR=$DESTDIR install |
pascal@19210 | 20 } |
pascal@19210 | 21 |
pascal@19210 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19210 | 23 genpkg_rules() |
pascal@19210 | 24 { |
pascal@19210 | 25 mkdir -p $fs/usr/share |
pascal@19210 | 26 cp -a $install/usr/bin $fs/usr |
pascal@19210 | 27 cp -a $install/usr/share/crunch $fs/usr/share |
pascal@19210 | 28 } |