Skip to content

Commit 28fb669

Browse files
authored
Add files via upload
reformatted for linting
1 parent dae206f commit 28fb669

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from pythonforandroid.recipe import CompiledComponentsPythonRecipe, CythonRecipe
2+
from os.path import join
3+
4+
5+
class AubioRecipe(CythonRecipe):
6+
version = "0.4.7"
7+
url = "https://aubio.org/pub/aubio-{version}.tar.bz2"
8+
depends = ["numpy"] # Make sure 'samplerate' is included as a dependency
9+
patches = [join("patches", "build_ext.patch")]
10+
11+
12+
recipe = AubioRecipe()

0 commit comments

Comments
 (0)