diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-04-22 03:08:06 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-04-22 03:08:06 +0000 |
commit | 2d9758cec275eca2ba58e2de1aea2b232a4656e1 (patch) | |
tree | 51cd5be8491ba062f6ea1f92646942a176345ee5 | |
parent | added "app-crypt" category for ben (diff) | |
download | gentoo-2-2d9758cec275eca2ba58e2de1aea2b232a4656e1.tar.gz gentoo-2-2d9758cec275eca2ba58e2de1aea2b232a4656e1.tar.bz2 gentoo-2-2d9758cec275eca2ba58e2de1aea2b232a4656e1.zip |
Fixed the header line in my epic ebuild, and added media-libs/compface
submitted to me by Mike Tilstra (tadpol on #gentoo) Thanks mike!
-rw-r--r-- | media-libs/compface/compface-1.4.ebuild | 26 | ||||
-rw-r--r-- | net-irc/epic4/epic4-1.0.1-r1.ebuild | 2 |
2 files changed, 27 insertions, 1 deletions
diff --git a/media-libs/compface/compface-1.4.ebuild b/media-libs/compface/compface-1.4.ebuild new file mode 100644 index 000000000000..bf356ab9165e --- /dev/null +++ b/media-libs/compface/compface-1.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Michael C Tisltra <tadpol@tadpol.org> +# $header + +#P= +A=${P}.tar.gz +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/${A}" +HOMEPAGE="" + +DEPEND=">=sys-libs/glibc-2.2.1" + +src_compile() { + try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} + try make + +} + +src_install () { + dodir /usr/share/man/man3 + try make DESTDIR=${D} install + dodoc README ChangeLog +} + diff --git a/net-irc/epic4/epic4-1.0.1-r1.ebuild b/net-irc/epic4/epic4-1.0.1-r1.ebuild index 5495ddaf76f5..020e58893e0a 100644 --- a/net-irc/epic4/epic4-1.0.1-r1.ebuild +++ b/net-irc/epic4/epic4-1.0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <ben@sistina.com> -# /home/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.0.1.ebuild,v 1.2 2001/04/20 03:59:52 achim Exp +# /home/blutgens/gentoo-x86/net-irc/epic4/epic4-1.0.1.ebuild,v 1.0 Exp S=${WORKDIR}/${P} DESCRIPTION="Epic4 IRC Client" |