# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/keyutils/keyutils-1.2-r2.ebuild,v 1.2 2009/09/22 08:45:48 maekke Exp $ inherit multilib eutils toolchain-funcs DESCRIPTION="Linux Key Management Utilities" HOMEPAGE="http://www.kernel.org/" SRC_URI="http://people.redhat.com/~dhowells/${PN}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=sys-kernel/linux-headers-2.6.11" src_unpack() { unpack ${A} epatch "${FILESDIR}"/${PN}-1.2-makefile-fixup.patch cd "${S}" sed -i \ -e '/CFLAGS/s|:= -g -O2|+=|' \ Makefile || die } src_install() { emake \ DESTDIR="${D}" \ LIBDIR="/$(get_libdir)" \ USRLIBDIR="/usr/$(get_libdir)" \ install || die dodoc README gen_usr_ldscript libkeyutils.so }