[packages/gqrx] - unfinished

arekm arekm at pld-linux.org
Sat Jan 11 01:00:50 CET 2014


commit c11111719e02cc7bc434778ec3fe67b3a9767e98
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Jan 11 01:00:18 2014 +0100

    - unfinished

 gqrx.spec | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
---
diff --git a/gqrx.spec b/gqrx.spec
new file mode 100644
index 0000000..344a116
--- /dev/null
+++ b/gqrx.spec
@@ -0,0 +1,40 @@
+Summary:	Software defined radio receiver powered by GNU Radio and Qt
+Name:		gqrx
+Version:	2.2.0
+Release:	0.1
+License:	GPL v3+
+Group:		X11/Applications/Engineering
+URL:		http://gqrx.dk/
+Source0:	http://downloads.sourceforge.net/gqrx/%{name}-%{version}-src.tar.gz
+# Source0-md5:	ff771b9c31ee17f704859398362b8cc0
+BuildRequires:	boost-devel
+BuildRequires:	gnuradio-devel >= 3.7
+BuildRequires:	gr-osmosdr-devel
+BuildRequires:	pulseaudio-devel
+BuildRequires:	qt-devel
+
+%description
+Gqrx is a software defined radio receiver powered by the GNU Radio SDR
+framework and the Qt graphical toolkit.
+
+%prep
+%setup -q
+
+%build
+qmake-qt4 gqrx.pro
+
+%{__make} \
+	INSTALL_ROOT=$RPM_BUILD_ROOT
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	INSTALL_ROOT=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%attr(755,root,root) %{_bindir}/*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gqrx.git/commitdiff/c11111719e02cc7bc434778ec3fe67b3a9767e98



More information about the pld-cvs-commit mailing list