# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.10 2004/03/25 04:06:39 weeve Exp $ DESCRIPTION="UCL: The UCL Compression Library" SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc hppa alpha amd64 ppc64" src_compile() { # Doing this b/c UCL will be included in the kernel # at some point, and will be fixed properly then # besides, this is lu_zero's build append-flags -fPIC econf emake || die } src_install() { make install DESTDIR=${D} || die }