summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/enchant/enchant-1.2.5.ebuild')
-rw-r--r--app-text/enchant/enchant-1.2.5.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/app-text/enchant/enchant-1.2.5.ebuild b/app-text/enchant/enchant-1.2.5.ebuild
index c64483150977..f45824e8436f 100644
--- a/app-text/enchant/enchant-1.2.5.ebuild
+++ b/app-text/enchant/enchant-1.2.5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.2.5.ebuild,v 1.11 2006/11/12 04:16:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.2.5.ebuild,v 1.12 2007/01/02 01:17:25 flameeyes Exp $
+
+inherit libtool
DESCRIPTION="Spellchecker wrapping library"
HOMEPAGE="http://www.abisource.com/enchant/"
@@ -20,6 +22,12 @@ RDEPEND=">=dev-libs/glib-2
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ elibtoolize
+}
+
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README TODO