john: needs libgomp-devel to build.

This commit is contained in:
Juan RP 2012-06-04 15:45:06 +02:00
parent 7a069f811f
commit 8933c866b4
1 changed files with 5 additions and 7 deletions

View File

@ -2,14 +2,15 @@
pkgname=john
version=1.7.9
_jumbover=5
wrksrc=${pkgname}-${version}-jumbo-${_jumbover}
homepage="http://www.openwall.com/john/"
distfiles="$homepage/g/$pkgname-${version}-jumbo-${_jumbover}.tar.bz2"
makedepends="openssl-devel"
revision=1
wrksrc=${pkgname}-${version}-jumbo-${_jumbover}
makedepends="libgomp-devel openssl-devel"
conf_files="/etc/john/john.conf"
short_desc="John the Ripper password cracker (jumbo-${_jumbover} patch included)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.openwall.com/john/"
distfiles="$homepage/g/$pkgname-${version}-jumbo-${_jumbover}.tar.bz2"
checksum=4007aec40d2fedb1ce3287c62f23f8a1a8b8029d22cd3cbc60bb1a42f56c1a7f
long_desc="
John the Ripper is a fast password cracker, currently available for many
@ -22,9 +23,6 @@ long_desc="
This package contains the community edition with the jump-${_jumbover} patch
included by default."
conf_files="/etc/john/john.conf"
do_build() {
sed -i 's|CFLAGS = -c -Wall -O2|CFLAGS += -c -Wall -DJOHN_SYSTEMWIDE=1|' src/Makefile
sed -i 's|^LDFLAGS =\(.*\)|LDFLAGS +=\1 -lm|' src/Makefile