mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 05:11:05 +02:00
initial version
This commit is contained in:
parent
f24bd89316
commit
f2f1ceffe8
3 changed files with 53 additions and 0 deletions
3
app-crypt/fcrackzip/Manifest
Normal file
3
app-crypt/fcrackzip/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
AUX fcrackzip-0.3-include.patch 227 RMD160 f666cd2bad19808ab8545363ae72e48f670a0ff2 SHA1 15d8c10fa45102ffa27077cc84e18f7269e2f89d SHA256 d3712763f0d8356d388f0bace0259425593de9d6540b7a0e6cb0a007a22f9fb2
|
||||
DIST fcrackzip-0.3.tar.gz 103038 RMD160 3bfab22c3cf98c7fe63c1be1b4df4e8e713886a4 SHA1 b5f545af57f3537a21132616fa8cbec0ef256a30 SHA256 0961fbec3ee1ea7bd6e870cd2b2c2d70d89b6d2f1a4b58eb7c39b483c00e5afe
|
||||
EBUILD fcrackzip-0.3.ebuild 936 RMD160 d7a357fe7a502f104b47d10491ccda593c00504f SHA1 903b6166518e560de765a6ca2f999bb2198681d2 SHA256 e95e4b7e0fa18a10cf0929328fd493ad3b5c5665a19cd68b9b642507cf4eb71e
|
||||
40
app-crypt/fcrackzip/fcrackzip-0.3.ebuild
Normal file
40
app-crypt/fcrackzip/fcrackzip-0.3.ebuild
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.20.ebuild,v 1.15 2007/09/07 23:16:58 spock Exp $
|
||||
|
||||
inherit eutils toolchain-funcs x-modular
|
||||
|
||||
#MY_P="0.1"
|
||||
#MY_PV="${PV/_p/p}"
|
||||
MY_P="${PN}-${PV}"
|
||||
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE="http://www.goof.com/pcg/marc/fcrackzip.html"
|
||||
SRC_URI="http://www.goof.com/pcg/marc/data/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
|
||||
#DEPEND="net-libs/libpcap"
|
||||
#RDEPEND="${DEPEND}"
|
||||
PATCHES="${FILESDIR}/${P}-include.patch"
|
||||
|
||||
#src_unpack(){
|
||||
# elog
|
||||
# elog "The ebuild is broken. Please FIXME"
|
||||
# elog "Use hints from http://www.freshports.org/security/fcrackzip/"
|
||||
# elog
|
||||
#}
|
||||
#src_compile() {
|
||||
# emake || die
|
||||
#}
|
||||
|
||||
src_install() {
|
||||
# dobin pbounce || die "dobin failed"
|
||||
elog
|
||||
elog "The ebuild is broken. Please FIXME"
|
||||
elog "Use hints from http://www.freshports.org/security/fcrackzip/"
|
||||
elog
|
||||
}
|
||||
|
||||
10
app-crypt/fcrackzip/files/fcrackzip-0.3-include.patch
Normal file
10
app-crypt/fcrackzip/files/fcrackzip-0.3-include.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- crack.h.orig Tue Mar 20 21:56:11 2007
|
||||
+++ crack.h Tue Mar 20 21:56:20 2007
|
||||
@@ -24,7 +24,6 @@
|
||||
extern u8 bf_last;
|
||||
|
||||
extern int verbosity;
|
||||
-extern int use_unzip;
|
||||
|
||||
#define FILE_SIZE 12
|
||||
#define CRC_SIZE 2
|
||||
Loading…
Reference in a new issue