From 504780065c9d17bf633099f741680ed78e450cd0 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 26 Jan 2010 22:38:20 +0100 Subject: john, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/john/Pkgfile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 base/john/Pkgfile (limited to 'base/john/Pkgfile') diff --git a/base/john/Pkgfile b/base/john/Pkgfile new file mode 100755 index 000000000..e724754df --- /dev/null +++ b/base/john/Pkgfile @@ -0,0 +1,28 @@ +# 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-54-g00ecf