diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-04-16 08:22:40 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-04-16 08:22:40 +0200 |
commit | e10f90d29ad7a6c7a321cfba455c1c1f1ac4a07f (patch) | |
tree | 9ba354385a6b6b5363c16aa9fe3362529436054e /dev-libs/libpfm/libpfm-4.3.0.ebuild | |
parent | dev-libs/libflatarray: In CVS (diff) | |
download | sci-e10f90d29ad7a6c7a321cfba455c1c1f1ac4a07f.tar.gz sci-e10f90d29ad7a6c7a321cfba455c1c1f1ac4a07f.tar.bz2 sci-e10f90d29ad7a6c7a321cfba455c1c1f1ac4a07f.zip |
In CVS
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-libs/libpfm/libpfm-4.3.0.ebuild')
-rw-r--r-- | dev-libs/libpfm/libpfm-4.3.0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/libpfm/libpfm-4.3.0.ebuild b/dev-libs/libpfm/libpfm-4.3.0.ebuild deleted file mode 100644 index afbd7c0c3..000000000 --- a/dev-libs/libpfm/libpfm-4.3.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit multilib toolchain-funcs - -DESCRIPTION="Hardware-based performance monitoring interface for Linux" -HOMEPAGE="http://perfmon2.sourceforge.net" -SRC_URI="mirror://sourceforge/perfmon2/${PN}4/${P}.tar.gz" - -LICENSE="GPL-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -e "s:SLDFLAGS=:SLDFLAGS=\$(LDFLAGS) :g" \ - -i lib/Makefile || die - sed -e "s:LIBDIR=\$(PREFIX)/lib:LIBDIR=\$(PREFIX)/$(get_libdir):g" \ - -i config.mk || die -} - -src_compile() { - emake CC=$(tc-getCC) -} - -src_install() { - emake DESTDIR="${D}" LDCONFIG=true PREFIX="${EPREFIX}/usr" install - use static-libs || find "${ED}" -name '*.a' -exec rm -f '{}' + -} |