Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219064 - net-dialup/fgetty/fgetty-0.6.ebuild
Summary: net-dialup/fgetty/fgetty-0.6.ebuild
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.fefe.de/fgetty
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-23 20:22 UTC by Michael Raitza
Modified: 2016-11-28 11:36 UTC (History)
0 users

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


Attachments
fgetty-0.6.ebuild (fgetty-0.6.ebuild,696 bytes, text/plain)
2008-04-23 20:23 UTC, Michael Raitza
Details
fgetty-0.6-Makefile.diff (fgetty-0.6-Makefile.diff,1.39 KB, patch)
2008-04-23 20:23 UTC, Michael Raitza
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Raitza 2008-04-23 20:22:33 UTC
net-dialup/fgetty-0.6: initial ebuild

needs the 'fgetty-0.6-Makefile.diff'

Reproducible: Always
Comment 1 Michael Raitza 2008-04-23 20:23:20 UTC
Created attachment 150740 [details]
fgetty-0.6.ebuild
Comment 2 Michael Raitza 2008-04-23 20:23:56 UTC
Created attachment 150741 [details, diff]
fgetty-0.6-Makefile.diff
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2008-04-24 04:04:54 UTC
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v 1.1 2007/01/05 02:30:44 vapier Exp $

> Odd header, there. :)

inherit eutils


DESCRIPTION="a small getty for virtual consoles"
HOMEPAGE="http://www.fefe.de/fgetty/"
SRC_URI="http://www.fefe.de/fgetty/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"

DEPEND="dev-libs/dietlibc"

src_unpack() {
	unpack ${A}
	cd ${S}
	epatch "${FILESDIR}"/${P}-Makefile.diff
}

src_compile() {
	emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
	MANDIR="/usr/share/man" || die
}

Setting MANDIR wouldn't really ever fail, would it?

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc README CHANGES
}
Comment 4 Marek Szuba archtester gentoo-dev 2016-09-13 11:16:48 UTC
The latest release is quite old but given the minimalist nature of this project, it isn't necessarily a problem. The main question is, is there still any user demand for having fgetty in Portage?