app-text/libmwaw: arm64 stable wrt bug #716822
[gentoo.git] / app-text / txt2pdbdoc / txt2pdbdoc-1.4.4.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit autotools
7
8 DESCRIPTION="Text/HTML to Doc file converter for the Palm Pilot"
9 HOMEPAGE="http://homepage.mac.com/pauljlucas/software/txt2pdbdoc/"
10 SRC_URI="http://homepage.mac.com/pauljlucas/software/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="amd64 ppc sparc x86"
15 IUSE=""
16
17 DEPEND="dev-lang/perl"
18 RDEPEND="${DEPEND}"
19
20 DOCS=( AUTHORS README ChangeLog )
21
22 src_prepare() {
23         sed -i -e "/^CFLAGS/d" configure.in
24         eautoreconf
25 }