diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-02 19:08:01 +0200 |
---|---|---|
committer | Koen Kooi <koen@Powerbook-3.local> | 2009-06-05 17:48:04 +0200 |
commit | fae1b0db81f818c20ebab2fb69df565dd5ac3d11 (patch) | |
tree | dec755db458d3b97cccfffc907324deb7b126ec1 /recipes/libsamplerate/libsamplerate0_0.1.7.bb | |
parent | 47f0cf05cb65da4169738f634691d772d14d641d (diff) |
libsamplerate: update to 0.1.7
Diffstat (limited to 'recipes/libsamplerate/libsamplerate0_0.1.7.bb')
-rw-r--r-- | recipes/libsamplerate/libsamplerate0_0.1.7.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/libsamplerate/libsamplerate0_0.1.7.bb b/recipes/libsamplerate/libsamplerate0_0.1.7.bb new file mode 100644 index 0000000000..1d377f1260 --- /dev/null +++ b/recipes/libsamplerate/libsamplerate0_0.1.7.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "An audio Sample Rate Conversion library" +SECTION = "libs" +LICENSE = "GPL libsamplerate" + +SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz" +S = "${WORKDIR}/libsamplerate-${PV}" + +inherit autotools_stage pkgconfig + +do_configure() { + gnu-configize --force + oe_runconf +} + |