diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 11:53:51 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 11:53:51 +0300 |
commit | 26bd399171bacf2bd7f21657bd89c188dfef9873 (patch) | |
tree | e946e88178a03c2e1f1e612b512b71a45014cb83 /recipes/libdca.recipe | |
parent | 54d73820bb17fd0f89d89bcc3196bb5f030f0d98 (diff) |
Move more recipes to tarballs
Diffstat (limited to 'recipes/libdca.recipe')
-rw-r--r-- | recipes/libdca.recipe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/libdca.recipe b/recipes/libdca.recipe index 811b3ffd..69f50f69 100644 --- a/recipes/libdca.recipe +++ b/recipes/libdca.recipe @@ -3,7 +3,10 @@ class Recipe(recipe.Recipe): name = 'libdca' version = '0.0.5' + stype = SourceType.TARBALL + url = 'http://download.videolan.org/pub/videolan/libdca/0.0.5/libdca-0.0.5.tar.bz2' licenses = [License.GPL] + patches = ['libdca/0001-Disable-AC_C_ALWAYS_INLINE.patch'] autoreconf = True files_libs = ['libdca'] |