wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/john/receipt	Thu Mar 05 08:35:57 2009 +0000
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="john"
     1.7 +VERSION="1.7.3.1"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Fast password cracker."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +WEB_SITE="http://www.openwall.com/john/"
    1.13 +WGET_URL="${WEB_SITE}g/$TARBALL"
    1.14 +CONFIG_FILES="/etc/john"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $src/src
    1.20 +	make clean generic
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	mkdir -p $fs/usr/sbin $fs/etc/john
    1.27 +	cp -a $src/run/john $fs/usr/sbin
    1.28 +	cp -a $src/run/mailer $fs/usr/sbin
    1.29 +	cp -a $src/run/unafs $fs/usr/sbin
    1.30 +	cp -a $src/run/unique $fs/usr/sbin
    1.31 +	cp -a $src/run/unshadow $fs/usr/sbin
    1.32 +	cp $src/run/john.conf $fs/etc/john
    1.33 +}
    1.34 +