[Lunar-commits] <moonbase-other> libmusicbrainz2: Adjusting the build to actually do something if in_depends equals Python.
Dennis Veatch
dennisveatch at bellsouth.net
Sat Oct 11 15:19:59 CEST 2014
commit 9a219a7110981dc3fa2f7e888628b1028200db74
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sat, 11 Oct 2014 09:19:22 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/9a219a7110981dc3fa2f7e888628b1028200db74
libmusicbrainz2: Adjusting the build to actually do something if in_depends equals Python.
---
audio/libmusicbrainz2/BUILD | +6/-3
1 file changed, 6 insertions(+), 3 deletions(-)
--- a/audio/libmusicbrainz2/BUILD
+++ b/audio/libmusicbrainz2/BUILD
@@ -1,7 +1,10 @@
-(
patch_it $SOURCE2 0 &&
- default_build
+ default_build &&
-) > $C_FIFO 2>&1
+ if in_depends $MODULE Python ; then
+ cd python &&
+ python setup.py build &&
+ python setup.py install
+ fi
More information about the Lunar-commits
mailing list