summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2013-05-25 15:28:15 +0000
committerRick Farina <zerochaos@gentoo.org>2013-05-25 15:28:15 +0000
commit8786eb075b2af859e3b9fb4c35eada80a8c0979a (patch)
tree65fcbea4e4f12d795c158871fd5afbc2286dbf2e /net-libs/libhackrf
parentRemove old. (diff)
downloadgentoo-2-8786eb075b2af859e3b9fb4c35eada80a8c0979a.tar.gz
gentoo-2-8786eb075b2af859e3b9fb4c35eada80a8c0979a.tar.bz2
gentoo-2-8786eb075b2af859e3b9fb4c35eada80a8c0979a.zip
initial commit of libhackrf support for GSG's HackRF devices
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-libs/libhackrf')
-rw-r--r--net-libs/libhackrf/ChangeLog9
-rw-r--r--net-libs/libhackrf/libhackrf-9999.ebuild24
-rw-r--r--net-libs/libhackrf/metadata.xml12
3 files changed, 45 insertions, 0 deletions
diff --git a/net-libs/libhackrf/ChangeLog b/net-libs/libhackrf/ChangeLog
new file mode 100644
index 000000000000..1058ac67c5ad
--- /dev/null
+++ b/net-libs/libhackrf/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-libs/libhackrf
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libhackrf/ChangeLog,v 1.1 2013/05/25 15:28:15 zerochaos Exp $
+
+*libhackrf-9999 (25 May 2013)
+
+ 25 May 2013; Rick Farina <zerochaos@gentoo.org> +libhackrf-9999.ebuild,
+ +metadata.xml:
+ initial commit of libhackrf support for GSG's HackRF devices
diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild b/net-libs/libhackrf/libhackrf-9999.ebuild
new file mode 100644
index 000000000000..7d76351faf42
--- /dev/null
+++ b/net-libs/libhackrf/libhackrf-9999.ebuild
@@ -0,0 +1,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"
diff --git a/net-libs/libhackrf/metadata.xml b/net-libs/libhackrf/metadata.xml
new file mode 100644
index 000000000000..c2ac8e76d088
--- /dev/null
+++ b/net-libs/libhackrf/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>
+