diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-07-25 12:57:40 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-07-25 12:57:40 +0000 |
commit | c37de1b68646ed8a7743bbc3a29c763252797903 (patch) | |
tree | 03701a7590b436050398ea876d742adcebc14648 /app-text/libwpd/libwpd-0.8.2.ebuild | |
parent | ~amd64 (diff) | |
download | gentoo-2-c37de1b68646ed8a7743bbc3a29c763252797903.tar.gz gentoo-2-c37de1b68646ed8a7743bbc3a29c763252797903.tar.bz2 gentoo-2-c37de1b68646ed8a7743bbc3a29c763252797903.zip |
libwpd version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text/libwpd/libwpd-0.8.2.ebuild')
-rw-r--r-- | app-text/libwpd/libwpd-0.8.2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app-text/libwpd/libwpd-0.8.2.ebuild b/app-text/libwpd/libwpd-0.8.2.ebuild new file mode 100644 index 000000000000..44c90739b318 --- /dev/null +++ b/app-text/libwpd/libwpd-0.8.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.8.2.ebuild,v 1.1 2005/07/25 12:57:40 hanno Exp $ + +inherit eutils + +DESCRIPTION="WordPerfect Document import/export library" +HOMEPAGE="http://libwpd.sf.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +IUSE="doc" + +RDEPEND=">=dev-libs/glib-2 + >=gnome-extra/libgsf-1.6 + doc? ( app-doc/doxygen )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_compile() { + econf $(use_with doc docs) || die + emake || die +} + +src_install() { + einstall || die + dodoc CHANGES COPYING CREDITS INSTALL README TODO +} |