summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2013-06-07 14:40:46 +0000
committerRick Farina <zerochaos@gentoo.org>2013-06-07 14:40:46 +0000
commit118f2431691fac1e2022c235546cd627fb100c63 (patch)
treeb6d633df1247038af6d4377cb705177003394fbb /net-wireless/hackrf-tools
parentDie more often. RDEPEND on x11-libs/libXt. Remove unneeded einfo. (diff)
downloadgentoo-2-118f2431691fac1e2022c235546cd627fb100c63.tar.gz
gentoo-2-118f2431691fac1e2022c235546cd627fb100c63.tar.bz2
gentoo-2-118f2431691fac1e2022c235546cd627fb100c63.zip
initial commit of hackrf-tools
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-wireless/hackrf-tools')
-rw-r--r--net-wireless/hackrf-tools/ChangeLog9
-rw-r--r--net-wireless/hackrf-tools/hackrf-tools-9999.ebuild25
-rw-r--r--net-wireless/hackrf-tools/metadata.xml12
3 files changed, 46 insertions, 0 deletions
diff --git a/net-wireless/hackrf-tools/ChangeLog b/net-wireless/hackrf-tools/ChangeLog
new file mode 100644
index 000000000000..54217ae634a0
--- /dev/null
+++ b/net-wireless/hackrf-tools/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-wireless/hackrf-tools
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hackrf-tools/ChangeLog,v 1.1 2013/06/07 14:40:46 zerochaos Exp $
+
+*hackrf-tools-9999 (07 Jun 2013)
+
+ 07 Jun 2013; Rick Farina <zerochaos@gentoo.org> +hackrf-tools-9999.ebuild,
+ +metadata.xml:
+ initial commit of hackrf-tools
diff --git a/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild b/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild
new file mode 100644
index 000000000000..672e3df51b36
--- /dev/null
+++ b/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild,v 1.1 2013/06/07 14:40:46 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
+ net-libs/libhackrf"
+RDEPEND="${DEPEND}"
+
+EGIT_SOURCEDIR="${WORKDIR}/${P}"
+S="${WORKDIR}/${P}/host/hackrf-tools"
diff --git a/net-wireless/hackrf-tools/metadata.xml b/net-wireless/hackrf-tools/metadata.xml
new file mode 100644
index 000000000000..84ecff864ff7
--- /dev/null
+++ b/net-wireless/hackrf-tools/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>radio</herd>
+<maintainer>
+<email>zerochaos@gentoo.org</email>
+<name>Rick Farina</name>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>
+