media-libs/zita-convolver: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Manuel Rüger
2017-02-24 11:10:18 +01:00
parent 38fe9c9a79
commit d1a6b33b16

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=3
inherit base toolchain-funcs multilib
DESCRIPTION="C++ library implementing a real-time convolution matrix"
HOMEPAGE="http://kokkinizita.net/linuxaudio/downloads/index.html"
SRC_URI="http://kokkinizita.net/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="sci-libs/fftw:3.0"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
S=${WORKDIR}/${P}/libs
src_compile() {
tc-export CXX
emake || die
}
src_install() {
emake PREFIX="${D}/usr" LIBDIR="$(get_libdir)" install || die
dodoc "${WORKDIR}/${P}/AUTHORS" || die
}