diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:53:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:53:32 +0000 |
commit | 1e455bd3f72e942efa7172c4b40cb02acdccfa1d (patch) | |
tree | 3cf18533c3669a4740209bf5ac97709f4dafc9fc /media-libs/compface | |
parent | Attempt some new magic with replacing the head command in the scripts (diff) | |
download | gentoo-2-1e455bd3f72e942efa7172c4b40cb02acdccfa1d.tar.gz gentoo-2-1e455bd3f72e942efa7172c4b40cb02acdccfa1d.tar.bz2 gentoo-2-1e455bd3f72e942efa7172c4b40cb02acdccfa1d.zip |
fix license/repoman
Diffstat (limited to 'media-libs/compface')
-rw-r--r-- | media-libs/compface/compface-1.4.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/media-libs/compface/compface-1.4.ebuild b/media-libs/compface/compface-1.4.ebuild index a1ba8fa009ba..7be76e24b1a4 100644 --- a/media-libs/compface/compface-1.4.ebuild +++ b/media-libs/compface/compface-1.4.ebuild @@ -1,28 +1,26 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.4.ebuild,v 1.13 2003/07/06 10:47:35 gmsoft Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.4.ebuild,v 1.14 2003/08/07 03:49:35 vapier Exp $ inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="Utilities and library to convert to/from X-Face format" -SRC_URI="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/${P}.tar.gz" HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/" +SRC_URI="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/${P}.tar.gz" -SLOT="0" LICENSE="MIT" +SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa" DEPEND="virtual/glibc" src_unpack() { - unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-errno.diff } -src_install () { +src_install() { dodir /usr/share/man/man{1,3} /usr/{bin,include,lib} make \ prefix=${D}/usr \ |