Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 531630
Collapse All | Expand All

(-)fcrackzip-1.0.ebuild (-4 / +4 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/fcrackzip/fcrackzip-1.0.ebuild,v 1.2 2010/06/05 18:58:41 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/fcrackzip/fcrackzip-1.0.ebuild,v 1.2 2010/06/05 18:58:41 ssuominen Exp $
4
4
5
EAPI=3
5
EAPI=5
6
6
7
DESCRIPTION="a zip password cracker"
7
DESCRIPTION="a zip password cracker"
8
HOMEPAGE="http://oldhome.schmorp.de/marc/fcrackzip.html"
8
HOMEPAGE="http://oldhome.schmorp.de/marc/fcrackzip.html"
Lines 21-27 Link Here
21
}
21
}
22
22
23
src_install() {
23
src_install() {
24
	emake DESTDIR="${D}" install || die
24
	default
25
	mv -vf "${D}"/usr/bin/{zipinfo,fcrack-zipinfo} || die
25
	mv -vf "${ED}"/usr/bin/{zipinfo,fcrack-zipinfo}
26
	dodoc AUTHORS ChangeLog NEWS README
26
	dodoc AUTHORS ChangeLog NEWS README
27
}
27
}

Return to bug 531630