summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-12-30 17:46:16 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-12-30 17:46:16 +0000
commit82dfe86a7d0b4e872c2074b44b2f4da4076fb756 (patch)
tree92a3fe66a6ce3c7e1a3d7dad0b690bd320d7f95d /net-misc/ytalk/ytalk-3.1.1.ebuild
parentAdded ~ppc64 to KEYWORDS (Manifest recommit) (diff)
downloadgentoo-2-82dfe86a7d0b4e872c2074b44b2f4da4076fb756.tar.gz
gentoo-2-82dfe86a7d0b4e872c2074b44b2f4da4076fb756.tar.bz2
gentoo-2-82dfe86a7d0b4e872c2074b44b2f4da4076fb756.zip
version bump, thanks to Andreas King <keso@impul.se> who I've listed as the user-maintainer for this package
Diffstat (limited to 'net-misc/ytalk/ytalk-3.1.1.ebuild')
-rw-r--r--net-misc/ytalk/ytalk-3.1.1.ebuild23
1 files changed, 3 insertions, 20 deletions
diff --git a/net-misc/ytalk/ytalk-3.1.1.ebuild b/net-misc/ytalk/ytalk-3.1.1.ebuild
index ac3cc14298b1..0669661368a3 100644
--- a/net-misc/ytalk/ytalk-3.1.1.ebuild
+++ b/net-misc/ytalk/ytalk-3.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.1.1.ebuild,v 1.19 2004/11/25 22:20:53 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.1.1.ebuild,v 1.20 2004/12/30 17:46:16 seemant Exp $
DESCRIPTION="Multi-user replacement for UNIX talk"
HOMEPAGE="http://www.iagora.com/~espel/ytalk/ytalk.html"
@@ -16,30 +16,13 @@ DEPEND="virtual/libc
X? ( virtual/x11 )"
src_compile() {
- local myconf=""
- use X || myconf="$myconf --without-x" #default enabled
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- ${myconf} \
- || die "./configure failed"
+ econf `use_with X x` || die "./configure failed"
emake || die "Parallel Make Failed"
}
src_install() {
- make \
- prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var \
- infodir=${D}/usr/share/info \
- mandir=${D}/usr/share/man \
- install || die "Installation Failed"
+ einstall || die "Installation Failed"
dodoc BUGS ChangeLog INSTALL README README.old
}