wok annotate crunch/receipt @ rev 22404
updated grub2 packages (2.02 -> 2.04)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 09 16:05:14 2019 +0100 (2019-12-09) |
parents | c363a94c5c04 |
children | 370da83187ab |
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@21601 | 10 WEB_SITE="https://sourceforge.net/projects/crunch-wordlist/" |
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 } |