diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-03-04 16:53:34 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-03-04 16:53:34 +0000 |
commit | b5d640923fbcc1fb4938a232dd6f299821adb034 (patch) | |
tree | 2c61e4deb4cefd346efd59ce78a4c72017ea57cb /app-misc/banner/banner-1.2.1.ebuild | |
parent | mask xboing (diff) | |
download | historical-b5d640923fbcc1fb4938a232dd6f299821adb034.tar.gz historical-b5d640923fbcc1fb4938a232dd6f299821adb034.tar.bz2 historical-b5d640923fbcc1fb4938a232dd6f299821adb034.zip |
Added banner
Diffstat (limited to 'app-misc/banner/banner-1.2.1.ebuild')
-rw-r--r-- | app-misc/banner/banner-1.2.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-misc/banner/banner-1.2.1.ebuild b/app-misc/banner/banner-1.2.1.ebuild new file mode 100644 index 000000000000..298b655ce623 --- /dev/null +++ b/app-misc/banner/banner-1.2.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/banner/banner-1.2.1.ebuild,v 1.1 2003/03/04 16:53:34 mholzer Exp $ + +DESCRIPTION="The well known banner program for linux" +HOMEPAGE="http://cedar-solutions.com" +SRC_URI="http://cedar-solutions.com/software/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="virtual/glibc" + +S=${WORKDIR}/${P} + +src_compile() { + econf + emake || die +} + +src_install() { + einstall + dodoc README AUTHORS COPYING INSTALL +} |