mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/ophcrack: update to 3.7.0 and modernize
This commit is contained in:
parent
f95fb12254
commit
a01c91c02c
@ -1,8 +1,8 @@
|
||||
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
# Maintainer:
|
||||
pkgname=ophcrack
|
||||
pkgver=3.6.1
|
||||
pkgrel=2
|
||||
pkgver=3.7.0
|
||||
pkgrel=0
|
||||
pkgdesc="Windows password cracker based on rainbow tables"
|
||||
url="http://ophcrack.sourceforge.net/"
|
||||
arch="all"
|
||||
@ -15,7 +15,7 @@ builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
update_config_sub || return 1
|
||||
update_config_sub
|
||||
}
|
||||
|
||||
build() {
|
||||
@ -28,12 +28,12 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info
|
||||
make || return 1
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="f54c8d4f1a2c9435eb85707c4c7e2aba10f73356d9ba4e0bbe51b896f250090da1c593b10961b2cd311418e87d86e4723528774603ad7803f2758a821e31f03a ophcrack-3.6.1.tar.bz2"
|
||||
sha512sums="27e73979ca3d733629b9b34c490488cc27140efb8b90d266f270c0b95572cf40319a3fb658c02448fc7a3b825cf05c18a69f5d91bd0656d8410a30645f8dc8c6 ophcrack-3.7.0.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user