aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libofa/libofa-0.9.3-r1.ebuild')
-rw-r--r--media-libs/libofa/libofa-0.9.3-r1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/media-libs/libofa/libofa-0.9.3-r1.ebuild b/media-libs/libofa/libofa-0.9.3-r1.ebuild
deleted file mode 100644
index a3fefa9..0000000
--- a/media-libs/libofa/libofa-0.9.3-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit autotools base eutils flag-o-matic multilib-minimal
-
-DESCRIPTION="Open Fingerprint Architecture"
-HOMEPAGE="http://code.google.com/p/musicip-libofa/"
-SRC_URI="http://musicip-libofa.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="|| ( APL-1.0 GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/expat[${MULTILIB_USEDEP}]
- net-misc/curl[${MULTILIB_USEDEP}]
- >=sci-libs/fftw-3[${MULTILIB_USEDEP}]
- abi_x86_32? (
- !<=app-emulation/emul-linux-x86-medialibs-20131008-r1[abi_x86_32(-)]
- !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)]
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${P}-gcc-4.patch
- "${FILESDIR}"/${P}-gcc-4.3.patch
- "${FILESDIR}"/${P}-gcc-4.4.patch
- "${FILESDIR}"/${P}-gcc-4.7.patch
- "${FILESDIR}"/${P}-curl-7.21.patch
-)
-
-pkg_setup() {
- is-flag -ffast-math && append-flags -fno-fast-math
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf
-}
-
-multilib_src_install_all() {
- dodoc AUTHORS README
-}