summaryrefslogtreecommitdiff
path: root/sci-libs/libdspau/libdspau-1.6.2.ebuild
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2018-02-03 18:43:21 +0100
committerCtibor Brančík <ctibor@brancik.cz>2018-02-03 18:43:21 +0100
commitcfcfb9e7c17d7f57aa51c1efec9f1333704ee632 (patch)
tree189188509f7b2b2a3f26e44deda0172b073f250d /sci-libs/libdspau/libdspau-1.6.2.ebuild
parent6e9c5087e575ad27b825f13ed469a46dc0b26c34 (diff)
parentf6c12f84cb5626c3c332b56ccc288fa388464d45 (diff)
downloadbrancik-overlay-cfcfb9e7c17d7f57aa51c1efec9f1333704ee632.tar.gz
brancik-overlay-cfcfb9e7c17d7f57aa51c1efec9f1333704ee632.tar.bz2
Merge branch 'master' of ssh://git.brancik.cz/gentoo-overlay
Diffstat (limited to 'sci-libs/libdspau/libdspau-1.6.2.ebuild')
-rw-r--r--sci-libs/libdspau/libdspau-1.6.2.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-libs/libdspau/libdspau-1.6.2.ebuild b/sci-libs/libdspau/libdspau-1.6.2.ebuild
new file mode 100644
index 0000000..af26af3
--- /dev/null
+++ b/sci-libs/libdspau/libdspau-1.6.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit cmake-utils eutils
+
+MY_PN="indi"
+
+DESCRIPTION="A digital signal processing library for astronomy usage"
+HOMEPAGE="http://indilib.org"
+SRC_URI="https://github.com/${MY_PN}lib/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}lib-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86 ~arm"
+
+SLOT="0"
+
+DEPEND="sci-libs/fftw:3.0"
+
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/libdspau-1.6.2_fix_cmake_libdir.patch" )
+
+INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}"
+
+S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}"