vlc | branch: master | Rafaël Carré <[email protected]> | Tue Nov 22 22:56:38 2011 -0500| [9679c59b7e3b1f15c1d2e7c338166ca31d306764] | committer: Rafaël Carré
contrib: add BGHUDAppKit (doesn't build) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9679c59b7e3b1f15c1d2e7c338166ca31d306764 --- contrib/src/bghudappkit/rules.mak | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/contrib/src/bghudappkit/rules.mak b/contrib/src/bghudappkit/rules.mak new file mode 100644 index 0000000..cfac330 --- /dev/null +++ b/contrib/src/bghudappkit/rules.mak @@ -0,0 +1,24 @@ +# bghudappkit + +BGHUDAPPKIT_GITURL := https://github.com/binarygod/BGHUDAppKit.git + +ifdef HAVE_MACOSX +PKGS += bghudappkit +endif + +$(TARBALLS)/bghudappkit-git.tar.xz: + $(call download_git,$(BGHUDAPPKIT_GITURL)) + + +.sum-bghudappkit: bghudappkit-git.tar.xz + $(warning $@ not implemented) + touch $@ + + +bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit + $(UNPACK) + $(MOVE) + +.bghudappkit: bghudappkit + cd $< && $(MAKE) && exit 1 #FIXME + touch $@ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
