root/ossiedev/branches/jawil06/recipes/liquid-dsp/liquid-dsp_master.bb @ 10464

Revision 10464, 422 bytes (checked in by mekoniak, 3 years ago)

Initial checkin of Liquid DSP recipe

Line 
1DESCRIPTION = "Liquid DSP Library"
2HOMEPAGE = "http://ganymede.ece.vt.edu/"
3SECTION =  "libs"
4PRIORITY = "optional"
5LICENSE = "GPLv3"
6
7PR = "r0"
8
9SRC_URI = "git://github.com/jgaeddert/liquid-dsp.git;protocol=http"
10SRCREV = "${AUTOREV}"
11
12#SRC_URI = "file:///home/mekoniak/src/liquid-dsp"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig
17
18EXTRA_OECONF = "--prefix=${WORKDIR}/image/usr --exec_prefix=${WORKDIR}/image/usr"
19
Note: See TracBrowser for help on using the browser.