From 74f622121959cd9882a187dff0ce8f8473b1fcce Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 26 Feb 2011 20:31:15 +0100 Subject: john dans ouvert --- base/john/Pkgfile | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 base/john/Pkgfile (limited to 'base/john/Pkgfile') diff --git a/base/john/Pkgfile b/base/john/Pkgfile deleted file mode 100755 index e724754df..000000000 --- a/base/john/Pkgfile +++ /dev/null @@ -1,28 +0,0 @@ -# Description: utilitaire systeme pour retrouver les mots de passe -# URL: http://www.openwall.com/john/ -# Maintainer: NuTyX core team -# Packager: fred.galusik at gmail dot com -# Depends on: - -name=john -version=1.7.3.4 -release=3 -source=(http://www.openwall.com/john/g/$name-$version.tar.gz john) - -build() { -cd $name-$version/src - make clean linux-x86-any - mkdir -p $PKG/usr/share/$name - cp -a ../run/* $PKG/usr/share/$name - - mkdir -p $PKG/usr/bin - install -m 755 ../../john $PKG/usr/bin/ - - mkdir -p $PKG/usr/share/doc/$name - cp -a ../doc/* $PKG/usr/share/doc/$name - - chmod 755 $PKG/usr/share/john/mailer - chmod 644 $PKG/usr/share/john/john.conf - chown -R root:root $PKG -} - -- cgit v1.2.3-70-g09d2