Skip to content

Instantly share code, notes, and snippets.

@SergioRAgostinho
Created January 18, 2015 18:30
Show Gist options
  • Save SergioRAgostinho/b73b899d2b32d7928a45 to your computer and use it in GitHub Desktop.
Save SergioRAgostinho/b73b899d2b32d7928a45 to your computer and use it in GitHub Desktop.
Cerbero faac recipe
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
class Recipe(recipe.Recipe):
name = 'faac'
version = '1.28'
licenses = [License.LGPLv2_1Plus]
stype = SourceType.TARBALL
url = 'http://downloads.sourceforge.net/faac/faac-1.28.tar.gz'
files_libs = ['libfaac']
files_bin = ['faac']
files_devel = ['include/faac.h', 'include/faaccfg.h']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment