summaryrefslogtreecommitdiffstats
path: root/media-radio/dsd/dsd-9999.ebuild
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2015-03-24 15:23:54 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-03-24 15:23:54 +0100
commitdf6de84d4a568984064788ed49ada7d361304843 (patch)
treeb3c0cca323766552e637ed954e6b372f5c7b78c5 /media-radio/dsd/dsd-9999.ebuild
parentAdd mbelib (diff)
downloadportage-df6de84d4a568984064788ed49ada7d361304843.tar.xz
portage-df6de84d4a568984064788ed49ada7d361304843.zip
DSD ebuild
Diffstat (limited to '')
-rw-r--r--media-radio/dsd/dsd-9999.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-radio/dsd/dsd-9999.ebuild b/media-radio/dsd/dsd-9999.ebuild
new file mode 100644
index 0000000..d80c371
--- /dev/null
+++ b/media-radio/dsd/dsd-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit git-r3 cmake-utils
+
+DESCRIPTION="Digital Speech Decoder"
+HOMEPAGE="http://wiki.radioreference.com/index.php/Digital_Speech_Decoder_%28software_package%29"
+EGIT_REPO_URI="https://github.com/szechyjs/dsd.git"
+
+LICENSE="GPL-2 ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="media-libs/mbelib sci-libs/itpp media-libs/libsndfile media-libs/portaudio"
+RDEPEND="${DEPEND}"