From 64b8dcc9adbcda33e23daf0202a472172e82cc71 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 19 Aug 2015 17:17:41 +0200 Subject: [PATCH] meta.yaml: use current directory, add detect_binary_files_with_prefix --- meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta.yaml b/meta.yaml index 00edfd5f..4025cc3c 100644 --- a/meta.yaml +++ b/meta.yaml @@ -3,7 +3,8 @@ package: version: 0.4.3 source: - git_url: https://github.com/aubio/aubio.git + path: . + #git_url: https://github.com/aubio/aubio.git #fn: aubio-0.4.2.tar.bz2 #url: http://aubio.org/pub/aubio-0.4.2.tar.bz2 #md5: c0f6d8355e92669722501c3a762ba548 @@ -27,6 +28,7 @@ test: - aubio build: + detect_binary_files_with_prefix: True number: 1 about: -- 2.11.0