From 630023b3352dbe91bd227e14c7a8342717e42c78 Mon Sep 17 00:00:00 2001 From: Marinus Schraal Date: Sat, 13 Mar 2004 01:09:15 +0000 Subject: new release, mark 0.6.6 x86 --- app-text/libwpd/libwpd-0.7.1.ebuild | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app-text/libwpd/libwpd-0.7.1.ebuild (limited to 'app-text/libwpd/libwpd-0.7.1.ebuild') diff --git a/app-text/libwpd/libwpd-0.7.1.ebuild b/app-text/libwpd/libwpd-0.7.1.ebuild new file mode 100644 index 000000000000..ff1d25e801a7 --- /dev/null +++ b/app-text/libwpd/libwpd-0.7.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.7.1.ebuild,v 1.1 2004/03/13 01:09:15 foser Exp $ + +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" +IUSE="" + +RDEPEND=">=dev-libs/glib-2 + >=gnome-extra/libgsf-1.6" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_compile() { + + econf || die + emake || die + +} + +src_install() { + + einstall || die + + dodoc CHANGES COPYING CREDITS INSTALL README TODO + +} + -- cgit v1.2.3-65-gdbad