wok view john/receipt @ rev 2353

cyrus-imapd: typo in init script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 08:35:57 2009 +0000 (2009-03-05)
parents
children c61f4a950e53
line source
1 # SliTaz package receipt.
3 PACKAGE="john"
4 VERSION="1.7.3.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Fast password cracker."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.openwall.com/john/"
10 WGET_URL="${WEB_SITE}g/$TARBALL"
11 CONFIG_FILES="/etc/john"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src/src
17 make clean generic
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/sbin $fs/etc/john
24 cp -a $src/run/john $fs/usr/sbin
25 cp -a $src/run/mailer $fs/usr/sbin
26 cp -a $src/run/unafs $fs/usr/sbin
27 cp -a $src/run/unique $fs/usr/sbin
28 cp -a $src/run/unshadow $fs/usr/sbin
29 cp $src/run/john.conf $fs/etc/john
30 }