Parent Directory
|
Revision Log
Version bump. (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | inherit eutils |
| 8 | |
| 9 | DESCRIPTION="Convert MS Office docx files to plain text" |
| 10 | HOMEPAGE="http://docx2txt.sourceforge.net/" |
| 11 | SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" |
| 12 | |
| 13 | LICENSE="GPL-3" |
| 14 | SLOT="0" |
| 15 | KEYWORDS="~amd64 ~x86" |
| 16 | IUSE="" |
| 17 | |
| 18 | RDEPEND="app-arch/unzip |
| 19 | dev-lang/perl" |
| 20 | |
| 21 | src_prepare() { |
| 22 | epatch "${FILESDIR}"/${PN}-1.1-paragraph-newline.patch |
| 23 | } |
| 24 | |
| 25 | src_compile() { :; } |
| 26 | |
| 27 | src_install() { |
| 28 | newbin docx2txt.pl docx2txt |
| 29 | dodoc docx2txt.config README ChangeLog ToDo AUTHORS |
| 30 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |