diff options
author | 2007-09-20 09:48:45 +0000 | |
---|---|---|
committer | 2007-09-20 09:48:45 +0000 | |
commit | e575d76395b022e5915fbc1ccc82389356e9272c (patch) | |
tree | 1e9edd284b3fdb435aa7b046d1d8d2b014a03212 /app-text/enchant/enchant-1.3.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-e575d76395b022e5915fbc1ccc82389356e9272c.tar.gz gentoo-2-e575d76395b022e5915fbc1ccc82389356e9272c.tar.bz2 gentoo-2-e575d76395b022e5915fbc1ccc82389356e9272c.zip |
Add elibtoolize back for FreeBSD users as we NEED it.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-text/enchant/enchant-1.3.0.ebuild')
-rw-r--r-- | app-text/enchant/enchant-1.3.0.ebuild | 12 |
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 |