diff options
author | Akinori Hattori <hattya@gentoo.org> | 2006-07-14 13:50:07 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2006-07-14 13:50:07 +0000 |
commit | 2920cf3be8176b29ac51472b8c50deb5c6ed2f43 (patch) | |
tree | d4db4e4ffd171add52f46cc39d33ee7943d6cd17 /media-libs/compface/compface-1.5.2.ebuild | |
parent | Forcing mb version (diff) | |
download | historical-2920cf3be8176b29ac51472b8c50deb5c6ed2f43.tar.gz historical-2920cf3be8176b29ac51472b8c50deb5c6ed2f43.tar.bz2 historical-2920cf3be8176b29ac51472b8c50deb5c6ed2f43.zip |
use emake for install. and 1.5.2 is unnecessary to invoke autoconf.
Package-Manager: portage-2.1.1_pre2-r8
Diffstat (limited to 'media-libs/compface/compface-1.5.2.ebuild')
-rw-r--r-- | media-libs/compface/compface-1.5.2.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/media-libs/compface/compface-1.5.2.ebuild b/media-libs/compface/compface-1.5.2.ebuild index 937149b66bec..da0d04967aaf 100644 --- a/media-libs/compface/compface-1.5.2.ebuild +++ b/media-libs/compface/compface-1.5.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v 1.4 2006/05/24 20:17:45 hansmi Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v 1.5 2006/07/14 13:50:07 hattya Exp $ inherit eutils +IUSE="" + DESCRIPTION="Utilities and library to convert to/from X-Face format" HOMEPAGE="http://www.xemacs.org/Download/optLibs.html" SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz" @@ -14,21 +14,18 @@ LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~hppa ia64 ppc ~ppc-macos ppc64 ~sparc x86" SLOT="0" -DEPEND="" - src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - epatch ${FILESDIR}/${P}-destdir.diff - autoconf + epatch "${FILESDIR}"/${P}-destdir.diff } src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die newbin xbm2xface{.pl,} dodoc README ChangeLog |