summaryrefslogtreecommitdiffstats
path: root/extra/john/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/john/Pkgfile')
-rwxr-xr-xextra/john/Pkgfile28
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/john/Pkgfile b/extra/john/Pkgfile
deleted file mode 100755
index e724754df..000000000
--- a/extra/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
-}
-