aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-04 14:15:50 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-05 13:07:52 +0000
commitdd8a6ec0407e581985886ba9fbb8f9ca4b59e987 (patch)
tree786255ca0eb23fcc8fc9be904782d39f581f44c9 /testing
parent0f8783c13f58c29cf72e0c49040cf287bf5410e4 (diff)
downloadaports-dd8a6ec0407e581985886ba9fbb8f9ca4b59e987.tar.bz2
aports-dd8a6ec0407e581985886ba9fbb8f9ca4b59e987.tar.xz
unmaintained/ophcrack: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/ophcrack/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/ophcrack/APKBUILD b/testing/ophcrack/APKBUILD
deleted file mode 100644
index 475b1fd78b..0000000000
--- a/testing/ophcrack/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
-# Maintainer:
-pkgname=ophcrack
-pkgver=3.8.0
-pkgrel=0
-pkgdesc="Windows password cracker based on rainbow tables"
-url="http://ophcrack.sourceforge.net/"
-arch="all"
-license="GPL-2.0-or-later"
-makedepends="expat-dev openssl-dev"
-source="https://downloads.sourceforge.net/project/ophcrack/ophcrack/$pkgver/ophcrack-$pkgver.tar.bz2
- "
-options="!check" # No testsuite
-
-prepare() {
- default_prepare
- update_config_sub
-}
-
-build() {
- ./configure \
- --prefix=/usr \
- --disable-gui
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="c66276b72299744d3e0c9fc14220c7f568e383bd324c1ede228bda5d51da78db817388421c9f5f8cd2f18687e7e53cfb0c65bcc0354b3d55ac16324c61f62dbd ophcrack-3.8.0.tar.bz2"