| Line | |
|---|
| 1 | DESCRIPTION = "OSSIE AutomaticGainControl component" |
|---|
| 2 | HOMEPAGE = "http://ossie.wireless.vt.edu/" |
|---|
| 3 | SECTION = "apps" |
|---|
| 4 | PRIORITY = "optional" |
|---|
| 5 | LICENSE = "GPL" |
|---|
| 6 | DEPENDS = "ossie-cf ossie-standardinterfaces ossie-SigProc" |
|---|
| 7 | |
|---|
| 8 | PR = "r0" |
|---|
| 9 | |
|---|
| 10 | SRC_URI = "svn://anon:ossiesdr@ossie.wireless.vt.edu/repos/ossie/ossiedev/tags/0.8.x/0.8.1/components/;module=AutomaticGainControl;rev=HEAD;proto=https \ |
|---|
| 11 | file://ossie-automaticgaincontrol_0.8.1_configure.ac.patch \ |
|---|
| 12 | file://ossie-automaticgaincontrol_0.8.1_Makefile.am.patch \ |
|---|
| 13 | file://ossie-automaticgaincontrol_0.8.1_AutomaticGainControl.h.patch \ |
|---|
| 14 | " |
|---|
| 15 | |
|---|
| 16 | S = "${WORKDIR}/AutomaticGainControl" |
|---|
| 17 | |
|---|
| 18 | prefix="/sdr" |
|---|
| 19 | |
|---|
| 20 | inherit autotools pkgconfig |
|---|
| 21 | |
|---|
| 22 | EXTRA_OECONF = "--prefix=/sdr" |
|---|
| 23 | |
|---|
| 24 | FILES_${PN} += "${prefix}/dom/xml/AutomaticGainControl/*.xml ${prefix}/dom/bin" |
|---|
| 25 | FILES_${PN}-dbg = "${prefix}/dom/bin/.debug" |
|---|
| 26 | |
|---|