mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
code format.
This commit is contained in:
@@ -21,25 +21,30 @@ PATCHES="johntheripper-$portVersion-upstreamed.patchset
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/john/john.conf auto-merge
|
||||
"
|
||||
USER_SETTINGS_FILES="
|
||||
settings/john directory
|
||||
settings/john/john.local.conf template $docDir/john.local.conf.example
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
johntheripper$secondaryArchSuffix = $portVersion
|
||||
cmd:john = $portVersion
|
||||
"
|
||||
|
||||
bins=(calc_stat cprepair genmkvpwd luks2john mkvcalcproba raw2dyna
|
||||
tgtsnarf uaf2john wpapcap2john)
|
||||
syms=(base64conv dmg2john gpg2john hccap2john keepass2john keychain2john
|
||||
keyring2john keystore2john kwallet2john pfx2john putty2john pwsafe2john
|
||||
racf2john rar2john ssh2john truecrypt_volume2john unafs undrop unique
|
||||
unshadow zip2john)
|
||||
|
||||
for b in ${bins[@]} ${syms[@]}
|
||||
do
|
||||
PROVIDES+="
|
||||
cmd:$b = $portVersion
|
||||
"
|
||||
done
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
@@ -63,13 +68,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/john/john.conf auto-merge
|
||||
"
|
||||
USER_SETTINGS_FILES="
|
||||
settings/john directory
|
||||
settings/john/john.local.conf template $docDir/john.local.conf.example
|
||||
"
|
||||
|
||||
# Instruction sets for fallback chain
|
||||
instr=(ssse3 sse4.1 avx xop)
|
||||
|
||||
Reference in New Issue
Block a user