# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-1.08.ebuild,v 1.11 2004/07/14 15:00:12 agriffis Exp $ DESCRIPTION="An extremely fast compression and decompression library" HOMEPAGE="http://www.oberhumer.com/opensource/lzo/" SRC_URI="http://www.oberhumer.com/opensource/lzo/download/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha hppa amd64" IUSE="" DEPEND="virtual/libc" src_compile() { econf --enable-shared || die emake || die } src_install () { make DESTDIR=${D} install || die dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS doc/LZO* docinto examples dodoc examples/*.c examples/Makefile }