summaryrefslogtreecommitdiff
blob: 7d76351faf42f533b043a15ce33e2548e25dce3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libhackrf/libhackrf-9999.ebuild,v 1.1 2013/05/25 15:28:15 zerochaos Exp $

EAPI=5

inherit cmake-utils git-2

DESCRIPTION="library for communicating with HackRF SDR platform"
HOMEPAGE="https://github.com/mossmann/hackrf"
EGIT_REPO_URI="https://github.com/mossmann/hackrf.git"
SRC_URI=""

LICENSE="BSD"
SLOT="0"
KEYWORDS=""
#KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"

EGIT_SOURCEDIR=${WORKDIR}/${P}
S="${WORKDIR}/${P}/host/libhackrf"