commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6251 - gnuradio/branches/features/deb/debian


From: jcorgan
Subject: [Commit-gnuradio] r6251 - gnuradio/branches/features/deb/debian
Date: Sat, 1 Sep 2007 01:01:19 -0600 (MDT)

Author: jcorgan
Date: 2007-09-01 01:01:19 -0600 (Sat, 01 Sep 2007)
New Revision: 6251

Added:
   gnuradio/branches/features/deb/debian/libusrp0c2a.dirs
   gnuradio/branches/features/deb/debian/libusrp0c2a.install
   gnuradio/branches/features/deb/debian/usrp-doc.install
Modified:
   gnuradio/branches/features/deb/debian/
   gnuradio/branches/features/deb/debian/control
   gnuradio/branches/features/deb/debian/gen-install-files.sh
Log:
Created libusrp0c2a, libusrp0-dev, and usrp-doc packages.


Property changes on: gnuradio/branches/features/deb/debian
___________________________________________________________________
Name: svn:ignore
   - libmblock0-dev.install
libgnuradio-core0-dev.install
python-gnuradio-core.install
python-gnuradio-audio-alsa.install

   + libmblock0-dev.install
libgnuradio-core0-dev.install
python-gnuradio-core.install
python-gnuradio-audio-alsa.install
libusrp0-dev.install


Modified: gnuradio/branches/features/deb/debian/control
===================================================================
--- gnuradio/branches/features/deb/debian/control       2007-09-01 05:35:50 UTC 
(rev 6250)
+++ gnuradio/branches/features/deb/debian/control       2007-09-01 07:01:19 UTC 
(rev 6251)
@@ -107,3 +107,45 @@
 Description: Python bindings for GNU Radio ALSA audio driver
  This package provides the Python interface to the GNU Radio ALSA
  audio driver.
+
+Package: libusrp0c2a
+Section: libs
+Architecture: any
+Depends: libusb
+Conflicts: libusrp0
+Replaces: libusrp0
+Description: Client side library for the USRP
+ The Universal Software Radio Peripheral (USRP) is an USB-connected,
+ low-cost and open board. It features four high-speed analog-to-digital
+ and digital-to-analog converters, an FPGA and a microcontroller. It's
+ ideal for capturing or transmitting various signals, usually in
+ combination with GNU Radio. The design schemas are available under a
+ free license.
+ .
+ This package contains the client-side library, providing an easy interface
+ for communicating with the USRP.
+
+Package: libusrp0-dev
+Section: libdevel
+Architecture: any
+Depends: libusb-dev
+Description: Client side library for the USRP
+ The Universal Software Radio Peripheral (USRP) is an USB-connected,
+ low-cost and open board. It features four high-speed analog-to-digital
+ and digital-to-analog converters, an FPGA and a microcontroller. It's
+ ideal for capturing or transmitting various signals, usually in
+ combination with GNU Radio. The design schemas are available under a
+ free license.
+ .
+ This package contains the client-side library, providing an easy interface
+ for communicating with the USRP.
+ .
+ This package contains header files needed by developers.
+
+Package: usrp-doc
+Section: doc
+Architecture: all
+Description: Software Defined Radio
+ This package contains the documentation for the Universal Software Radio
+ Peripheral (USRP) hardware and interface library.
+

Modified: gnuradio/branches/features/deb/debian/gen-install-files.sh
===================================================================
--- gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-01 
05:35:50 UTC (rev 6250)
+++ gnuradio/branches/features/deb/debian/gen-install-files.sh  2007-09-01 
07:01:19 UTC (rev 6251)
@@ -60,3 +60,10 @@
 $EXTRACT gr-audio-alsa/src/Makefile ourlib_LTLIBRARIES >>$NAME
 $EXTRACT gr-audio-alsa/src/Makefile ourlib_LTLIBRARIES | \
     sed -e 's/\.la$/.so/' >>$NAME
+
+# libusrp0-dev
+NAME=debian/libusrp0-dev.install
+rm -f $NAME
+touch $NAME
+$EXTRACT usrp/host/lib/legacy/Makefile include_HEADERS >>$NAME
+$EXTRACT usrp/firmware/include/Makefile include_HEADERS >>$NAME

Added: gnuradio/branches/features/deb/debian/libusrp0c2a.dirs
===================================================================
--- gnuradio/branches/features/deb/debian/libusrp0c2a.dirs                      
        (rev 0)
+++ gnuradio/branches/features/deb/debian/libusrp0c2a.dirs      2007-09-01 
07:01:19 UTC (rev 6251)
@@ -0,0 +1,2 @@
+usr/lib
+usr/lib/pkgconfig

Added: gnuradio/branches/features/deb/debian/libusrp0c2a.install
===================================================================
--- gnuradio/branches/features/deb/debian/libusrp0c2a.install                   
        (rev 0)
+++ gnuradio/branches/features/deb/debian/libusrp0c2a.install   2007-09-01 
07:01:19 UTC (rev 6251)
@@ -0,0 +1,3 @@
+usr/lib/pkgconfig/usrp.pc
+usr/lib/libusrp.la
+usr/lib/libusrp.so.*

Added: gnuradio/branches/features/deb/debian/usrp-doc.install
===================================================================
--- gnuradio/branches/features/deb/debian/usrp-doc.install                      
        (rev 0)
+++ gnuradio/branches/features/deb/debian/usrp-doc.install      2007-09-01 
07:01:19 UTC (rev 6251)
@@ -0,0 +1,2 @@
+usr/share/doc/usrp*/html usr/share/doc/usrp-doc
+usr/share/doc/usrp*/README /usr/share/doc/usrp-doc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]