# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="library of C++ classes for flexible logging to files, syslog and other destinations" HOMEPAGE="http://log4cxx.sourcforge.net/" SRC_URI="mirror://sourceforge/log4cxx/${PN}-0.9.5.tar.gz" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="x86" DEPEND="virtual/glibc dev-libs/libxml2" src_compile() { ./autogen.sh econf || die "./configure failed" emake || die } src_install () { # make DESTDIR=${D} install || die make prefix=${D}/usr \ datadir=${D}/usr/share \ mandir=${D}/usr/share/man \ docdir=${D}/usr/share/doc/${PF}/html \ sysconfdir=${D}/etc install || die dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO }