diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-19 15:31:28 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-19 15:31:28 +0000 |
commit | 60d931b5bcff45238de0ec5e9cef8467e47b67d8 (patch) | |
tree | cf51953b3c67b978c82f1b51b1469092ff42097e /app-misc/timestamp/timestamp-1.1.ebuild | |
parent | fence-1.5 in portage (diff) | |
download | gentoo-2-60d931b5bcff45238de0ec5e9cef8467e47b67d8.tar.gz gentoo-2-60d931b5bcff45238de0ec5e9cef8467e47b67d8.tar.bz2 gentoo-2-60d931b5bcff45238de0ec5e9cef8467e47b67d8.zip |
Initial commit.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-misc/timestamp/timestamp-1.1.ebuild')
-rw-r--r-- | app-misc/timestamp/timestamp-1.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-misc/timestamp/timestamp-1.1.ebuild b/app-misc/timestamp/timestamp-1.1.ebuild new file mode 100644 index 000000000000..61b6bd265e89 --- /dev/null +++ b/app-misc/timestamp/timestamp-1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/timestamp/timestamp-1.1.ebuild,v 1.1 2005/03/19 15:31:28 ka0ttic Exp $ + +DESCRIPTION="A text filtering pipe that marks each line with a timestamp" +HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95" +SRC_URI="http://math.smsu.edu/~erik/files/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/libc" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc ChangeLog +} |