Files @ b8354ef3459a
Branch filter:

Location: ohnobinki_overlay/dev-libs/fdlibm/fdlibm-5.3.ebuild

b8354ef3459a 516 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
binki
sys-apps/kexec-tools: Remove sys-apps/kexec-tools as bug 313611 is fixed in gentoo-x86 in sys-apps/kexec-tools-2.0.2-r1.
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit eutils versionator

MY_P=${PN}$(replace_version_separator 1 '')

DESCRIPTION="Freely distributable math library"
HOMEPAGE="http://www.validlab.com/software/"
SRC_URI="http://www.validlab.com/software/${MY_P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

S=${WORKDIR}/${MY_P}

DEPEND="sys-devel/libtool"

src_prepare() {
	epatch "${FILESDIR}"/${P}-makefile.patch
}