diff options
Diffstat (limited to 'recipes/vo-aacenc.recipe')
-rw-r--r-- | recipes/vo-aacenc.recipe | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/vo-aacenc.recipe b/recipes/vo-aacenc.recipe new file mode 100644 index 00000000..f770f484 --- /dev/null +++ b/recipes/vo-aacenc.recipe @@ -0,0 +1,14 @@ +# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python + + +class Recipe(recipe.Recipe): + name = 'vo-aacenc' + version = '0.1.3' + licenses = [License.Apachev2] + stype = SourceType.TARBALL + url = 'http://downloads.sourceforge.net/project/opencore-amr/vo-aacenc/vo-aacenc-0.1.3.tar.gz' + autoreconf = True + + files_libs = ['libvo-aacenc'] + files_devel = ['include/vo-aacenc', + 'lib/pkgconfig/vo-aacenc.pc'] |