diff options
author | 2002-12-12 22:52:21 +0000 | |
---|---|---|
committer | 2002-12-12 22:52:21 +0000 | |
commit | 397646e2d39e229a54237005583988674c1cf2be (patch) | |
tree | 959c3eedb03d1b67cdc43a5a2b263bf56edc0675 /x11-misc/bbtime/bbtime-0.1.5.ebuild | |
parent | Bump to latest version. Compiles clean with gcc3.x now (diff) | |
download | historical-397646e2d39e229a54237005583988674c1cf2be.tar.gz historical-397646e2d39e229a54237005583988674c1cf2be.tar.bz2 historical-397646e2d39e229a54237005583988674c1cf2be.zip |
Initial import. New version builds clean with gcc3.x
Diffstat (limited to 'x11-misc/bbtime/bbtime-0.1.5.ebuild')
-rw-r--r-- | x11-misc/bbtime/bbtime-0.1.5.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-misc/bbtime/bbtime-0.1.5.ebuild b/x11-misc/bbtime/bbtime-0.1.5.ebuild new file mode 100644 index 000000000000..98df85515546 --- /dev/null +++ b/x11-misc/bbtime/bbtime-0.1.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/bbtime-0.1.5.ebuild,v 1.1 2002/12/12 22:52:21 mkeadle Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="blackbox time watcher" +SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" +HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbsload" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/blackbox" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc README COPYING AUTHORS BUGS INSTALL ChangeLog NEWS TODO data/README.bbsload +} |