pentoo-overlay/net-wireless/dsd/dsd-9999.ebuild

30 lines
602 B
Bash

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit cmake-utils
DESCRIPTION="Digital Speech Decoder"
HOMEPAGE="https://github.com/szechyjs/dsd"
LICENSE="bsd"
SLOT="0"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/szechyjs/dsd.git"
KEYWORDS=""
inherit git-r3
DEPEND="=media-libs/mbelib-9999"
else
SRC_URI="https://github.com/szechyjs/dsd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DEPEND="${DEPEND}
>=sci-libs/itpp-4.3.1
media-libs/libsndfile
sci-libs/fftw:3.0
"