add media-libs/libpredict and media-radio/flyby

This commit is contained in:
Florian Tham
2017-06-30 08:48:17 +02:00
parent b3e0fcfa56
commit bc690e12a0
4 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils git-r3
DESCRIPTION="A satellite tracking program"
HOMEPAGE="https://github.com/la1k/flyby"
SRC_URI=""
EGIT_REPO_URI="https://github.com/la1k/flyby.git"
KEYWORDS=""
LICENSE="GPL-2"
SLOT="0/${PV}"
IUSE=""
RDEPEND="media-libs/libpredict"
DEPEND=""
REQUIRED_USE=""
src_prepare() {
eapply_user
}
src_configure() {
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
}