# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python class Recipe(recipe.Recipe): name = 'opus' version = '1.0.1' licenses = [License.BSD_like] autoreconf = True files_libs = ['libopus'] files_devel = ['include/opus', 'lib/pkgconfig/opus.pc']