summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/pdfcrack/pdfcrack-0.10.ebuild')
-rw-r--r--app-crypt/pdfcrack/pdfcrack-0.10.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-crypt/pdfcrack/pdfcrack-0.10.ebuild b/app-crypt/pdfcrack/pdfcrack-0.10.ebuild
new file mode 100644
index 000000000000..b1db97c235db
--- /dev/null
+++ b/app-crypt/pdfcrack/pdfcrack-0.10.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pdfcrack/pdfcrack-0.10.ebuild,v 1.1 2008/05/01 00:06:47 vapier Exp $
+
+inherit eutils
+
+DESCRIPTION="Tool for recovering passwords and content from PDF-files"
+HOMEPAGE="http://pdfcrack.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-build.patch
+}
+
+src_install() {
+ dobin pdfcrack || die
+ dodoc changelog README TODO
+}