# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ DESCRIPTION="" HOMEPAGE="http://libbsd.freedesktop.org/" SRC_URI="http://libbsd.freedesktop.org/releases/${P}.tar.gz" LICENSE="BDS MIT" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="sys-libs/glibc" src_unpack(){ unpack ${A} cd ${S} sed -i "s:libbsd:libbsd_fd:" Makefile || die "renaming lib" mv libbsd.pc.in libbsd_fd.pc.in } src_install() { emake DESTDIR="${D}" install || die "make install failed" }