From c005e1aff66c38503d15066ac8d157ece0d6f14b Mon Sep 17 00:00:00 2001 From: Olivier CrĂȘte Date: Thu, 29 Sep 2016 16:30:42 -0400 Subject: sbc: Add config for libsbc --- recipes/sbc.recipe | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/sbc.recipe (limited to 'recipes/sbc.recipe') diff --git a/recipes/sbc.recipe b/recipes/sbc.recipe new file mode 100644 index 00000000..d6e5c781 --- /dev/null +++ b/recipes/sbc.recipe @@ -0,0 +1,12 @@ +# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python + +class Recipe(recipe.Recipe): + name = 'sbc' + version = '1.3' + stype = SourceType.TARBALL + url = 'http://www.kernel.org/pub/linux/bluetooth/sbc-1.3.tar.gz' + licenses = [License.LGPLv2_1Plus] + files_libs = ['libsbc'] + files_devel = ['include/sbc/sbc.h', 'lib/pkgconfig/sbc.pc'] + configure_options = '--disable-tester --disable-tools' + -- cgit v1.2.3