diff options
Diffstat (limited to 'app-i18n/anthy/anthy-7500b.ebuild')
-rw-r--r-- | app-i18n/anthy/anthy-7500b.ebuild | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/app-i18n/anthy/anthy-7500b.ebuild b/app-i18n/anthy/anthy-7500b.ebuild index 177d333abb8c..c1488f4e4f44 100644 --- a/app-i18n/anthy/anthy-7500b.ebuild +++ b/app-i18n/anthy/anthy-7500b.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7500b.ebuild,v 1.1 2006/04/22 14:35:23 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7500b.ebuild,v 1.2 2006/04/24 11:04:24 flameeyes Exp $ -inherit elisp-common eutils +inherit elisp-common eutils autotools libtool IUSE="emacs ucs4" @@ -17,6 +17,16 @@ SLOT="0" DEPEND="emacs? ( virtual/emacs ) !app-i18n/anthy-ss" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/${P}-asneeded.patch" + eautomake + + elibtoolize +} + src_compile() { local myconf |