Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137633 - ebuild: net-misc/uucp-1.07
Summary: ebuild: net-misc/uucp-1.07
Status: VERIFIED DUPLICATE of bug 137631
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-22 11:33 UTC by R Stephan
Modified: 2006-06-22 11:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description R Stephan 2006-06-22 11:33:10 UTC
please provide this ebuild to the well-known uucp package
(there was an unimportant typo in my last attempt, sorry)

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Taylor UUCP: Unix-to-Unix Protocol implementation"
HOMEPAGE="http://www.airs.com/ian/uucp.html/"
SRC_URI="ftp://ftp.gnu.org/pub/gnu/uucp/${P}.tar.gz"

LICENSE="GPL-1"
SLOT="0"

# this is a well tested package, certainly works on many machines
KEYWORDS="x86"
IUSE=""
DEPEND="virtual/libc"
RDEPEND="virtual/libc"

src_compile() {
	LDFLAGS='-Wl,-z,now' econf --with-newconfigdir=/etc/${PN} --disable-dependency-tracking || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	einstall || die "einstall failed"
}
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-22 11:49:50 UTC

*** This bug has been marked as a duplicate of 137631 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-22 11:50:03 UTC
.