diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-11-22 20:49:52 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-11-22 20:49:52 +0000 |
commit | c7801ae380efae7e89bc0def42a7f195f27ff60f (patch) | |
tree | e843892a2745dc9530b7a5ac301fd675a770efda /net-dialup/fbgetty/fbgetty-0.1.698.ebuild | |
parent | initial revision (diff) | |
download | historical-c7801ae380efae7e89bc0def42a7f195f27ff60f.tar.gz historical-c7801ae380efae7e89bc0def42a7f195f27ff60f.tar.bz2 historical-c7801ae380efae7e89bc0def42a7f195f27ff60f.zip |
initial revision
Diffstat (limited to 'net-dialup/fbgetty/fbgetty-0.1.698.ebuild')
-rw-r--r-- | net-dialup/fbgetty/fbgetty-0.1.698.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild new file mode 100644 index 000000000000..a6a7a27096ce --- /dev/null +++ b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v 1.1 2003/11/22 20:49:46 lanius Exp $ + +DESCRIPTION="An extended getty for the framebuffer console" +HOMEPAGE="http://fbgetty.meuh.eu.org/" +SRC_URI="${HOMEPAGE}downloads/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +src_install() { + einstall || die +} |