summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/enchant/enchant-1.3.0.ebuild')
-rw-r--r--app-text/enchant/enchant-1.3.0.ebuild12
1 files changed, 11 insertions, 1 deletions
diff --git a/app-text/enchant/enchant-1.3.0.ebuild b/app-text/enchant/enchant-1.3.0.ebuild
index 01184da05d3e..fc9d0976de6b 100644
--- a/app-text/enchant/enchant-1.3.0.ebuild
+++ b/app-text/enchant/enchant-1.3.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.3.0.ebuild,v 1.1 2007/09/19 15:34:07 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.3.0.ebuild,v 1.2 2007/09/20 09:48:45 uberlord Exp $
+
+inherit libtool
DESCRIPTION="Spellchecker wrapping library"
HOMEPAGE="http://www.abisource.com/enchant/"
@@ -22,6 +24,14 @@ RDEPEND=">=dev-libs/glib-2
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ # FreeBSD requires this for sane versionsing and install fixes
+ elibtoolize
+}
+
src_install() {
emake -j1 DESTDIR="${D}" install || die
dodoc AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README TODO