john: needs libgomp-devel to build.
This commit is contained in:
parent
7a069f811f
commit
8933c866b4
1 changed files with 5 additions and 7 deletions
|
@ -2,14 +2,15 @@
|
||||||
pkgname=john
|
pkgname=john
|
||||||
version=1.7.9
|
version=1.7.9
|
||||||
_jumbover=5
|
_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
|
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)"
|
short_desc="John the Ripper password cracker (jumbo-${_jumbover} patch included)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
homepage="http://www.openwall.com/john/"
|
||||||
|
distfiles="$homepage/g/$pkgname-${version}-jumbo-${_jumbover}.tar.bz2"
|
||||||
checksum=4007aec40d2fedb1ce3287c62f23f8a1a8b8029d22cd3cbc60bb1a42f56c1a7f
|
checksum=4007aec40d2fedb1ce3287c62f23f8a1a8b8029d22cd3cbc60bb1a42f56c1a7f
|
||||||
long_desc="
|
long_desc="
|
||||||
John the Ripper is a fast password cracker, currently available for many
|
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
|
This package contains the community edition with the jump-${_jumbover} patch
|
||||||
included by default."
|
included by default."
|
||||||
|
|
||||||
conf_files="/etc/john/john.conf"
|
|
||||||
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
sed -i 's|CFLAGS = -c -Wall -O2|CFLAGS += -c -Wall -DJOHN_SYSTEMWIDE=1|' src/Makefile
|
sed -i 's|CFLAGS = -c -Wall -O2|CFLAGS += -c -Wall -DJOHN_SYSTEMWIDE=1|' src/Makefile
|
||||||
sed -i 's|^LDFLAGS =\(.*\)|LDFLAGS +=\1 -lm|' src/Makefile
|
sed -i 's|^LDFLAGS =\(.*\)|LDFLAGS +=\1 -lm|' src/Makefile
|
||||||
|
|
Loading…
Reference in a new issue