diff options
Diffstat (limited to 'dev-libs/libol/libol-0.2.23.ebuild')
-rw-r--r-- | dev-libs/libol/libol-0.2.23.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-libs/libol/libol-0.2.23.ebuild b/dev-libs/libol/libol-0.2.23.ebuild deleted file mode 100644 index 912143ba8b95..000000000000 --- a/dev-libs/libol/libol-0.2.23.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.2.23.ebuild,v 1.18 2004/03/14 12:22:29 mr_bones_ Exp $ - -DESCRIPTION="Support library for syslog-ng" -SRC_URI="http://www.balabit.hu/downloads/libol/0.2/${P}.tar.gz" -HOMEPAGE="http://www.balabit.hu/en/products/syslog-ng/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" -IUSE="" - -DEPEND="virtual/glibc" - -src_compile() { - econf \ - --enable-shared \ - --enable-static \ - --disable-libtool-lock || die - emake CFLAGS="${CFLAGS}" all || die -} - -src_install() { - einstall || die - dodoc ChangeLog -} |