diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-08-25 14:28:17 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-08-25 14:28:17 +0000 |
commit | d815329d4bce7b11747177bb1d3d144691e04ccf (patch) | |
tree | e136b995fb57aba0a98dcc897327d06324fa6ad7 /dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild | |
parent | Version bumped. Closes #51322. (diff) | |
download | historical-d815329d4bce7b11747177bb1d3d144691e04ccf.tar.gz historical-d815329d4bce7b11747177bb1d3d144691e04ccf.tar.bz2 historical-d815329d4bce7b11747177bb1d3d144691e04ccf.zip |
Version bumped. Closes #51322.
Diffstat (limited to 'dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild')
-rw-r--r-- | dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild b/dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild new file mode 100644 index 000000000000..0ce926d9f862 --- /dev/null +++ b/dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild,v 1.1 2004/08/25 14:26:27 tantive Exp $ + +DESCRIPTION="Generic logging layer that may be used to log to one or more of syslog, an open file handle or a file name." +HOMEPAGE="http://www.vergenet.net/linux/vanessa/" +SRC_URI="http://www.vergenet.net/linux/vanessa/download/vanessa_logger/0.0.6/vanessa_logger-0.0.6.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~alpha ~ia64" + +IUSE="" +DEPEND="virtual/glibc" +S=${WORKDIR}/vanessa_logger-0.0.6 + +src_compile() { + econf || die "econf failed" + + emake || die +} + +src_install() { + einstall + dodoc AUTHORS COPYING NEWS README TODO sample/*.c sample/*.h +} |