Commit af3b365a authored by Rafaël Carré's avatar Rafaël Carré

contrib: tentative build rules for OSX frameworks

only bghudappkit builds properly
parent a1d248f0
binary package downloading/extraction (prebuilt contribs)
### Missing software for MacOSX
# These 3 are binary framework downloads : no source code is used
BGHUDAppKit
Growl -- last free version: 1.3.0: http://code.google.com/p/growl/source/list http://itunes.apple.com/us/app/growl/id467939042
Sparkle
......@@ -20,5 +20,6 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
$(MOVE)
.bghudappkit: bghudappkit
cd $< && $(MAKE) && exit 1 #FIXME
cd $< && xcodebuild -arch $(ARCH)
cd $< && cp -R -L build/Release/BGHUDAppKit.framework "$(PREFIX)"
touch $@
......@@ -18,5 +18,6 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
touch $@
.growl: growl
cd $< && $(MAKE) && exit 1 #FIXME
cd $< && xcodebuild -sdk /Developer/SDKs/MacOSX10.6.sdk -arch $(ARCH)
cd $< && cp -R -L build/Release/Growl.framework "$(PREFIX)"
touch $@
......@@ -17,5 +17,6 @@ sparkle: sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
touch $@
.sparkle: sparkle
cd $</Extras/Source\ Code && $(MAKE) && exit 1 #FIXME
cd $</Extras/Source\ Code && $(MAKE) && xcodebuild -arch $(ARCH)
cd $< && cp -R -L Extras/Source\ Code/build/release/Sparkle.framework "$(PREFIX)"
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment