3 BGHUDAPPKIT_GITURL := git://github.com/binarygod/BGHUDAppKit.git
9 $(TARBALLS)/bghudappkit-git.tar.xz:
10 $(call download_git,$(BGHUDAPPKIT_GITURL),,79a560d)
13 .sum-bghudappkit: bghudappkit-git.tar.xz
14 $(warning $@ not implemented)
18 bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
20 $(APPLY) $(SRC)/bghudappkit/bghudappkit-xcode5.patch
21 $(APPLY) $(SRC)/bghudappkit/bghudappkit-no-pch.patch
24 .bghudappkit: bghudappkit
25 cd $< && xcodebuild -target BGHUDAppKit $(XCODE_FLAGS)
27 cd $< && cp -Rf build/Release/BGHUDAppKit.framework "$(PREFIX)"