[vlc-commits] contrib: add BGHUDAppKit (doesn't build)
Rafaël Carré
git at videolan.org
Wed Nov 23 04:56:58 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | 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 $@
More information about the vlc-commits
mailing list