diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2017-12-27 21:10:34 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2017-12-27 21:10:34 +0100 |
commit | 8004a9b86605fbcd69e5405177145ec0d8095732 (patch) | |
tree | 38eaf0be1c34ee8390d3e473b5ee47fb19eeb6b5 /sci-libs/libdspau/libdspau-9999.ebuild | |
parent | f104496891932c2bd7667560697e7462f55e981a (diff) | |
download | brancik-overlay-8004a9b86605fbcd69e5405177145ec0d8095732.tar.gz brancik-overlay-8004a9b86605fbcd69e5405177145ec0d8095732.tar.bz2 |
=sci-libs/indilib-driver-rtlsdr-9999 requires new sci-libs/libdspau
Diffstat (limited to 'sci-libs/libdspau/libdspau-9999.ebuild')
-rw-r--r-- | sci-libs/libdspau/libdspau-9999.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-libs/libdspau/libdspau-9999.ebuild b/sci-libs/libdspau/libdspau-9999.ebuild new file mode 100644 index 0000000..1425058 --- /dev/null +++ b/sci-libs/libdspau/libdspau-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit cmake-utils git-r3 eutils + +DESCRIPTION="A digital signal processing library for astronomy usage" +HOMEPAGE="http://indilib.org" +EGIT_REPO_URI="https://github.com/indilib/indi.git" +EGIT_CHECKOUT_DIR="${WORKDIR}/${P}" + +LICENSE="GPL-3" +KEYWORDS="" + +SLOT="0" + +DEPEND="sci-libs/fftw:3.0" + +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/libdspau-9999_fix_cmake_libdir.patch" ) + +S="${EGIT_CHECKOUT_DIR}/3rdparty/${PN}" |