]> git.sesse.net Git - vlc/commitdiff
contrib: add BGHUDAppKit (doesn't build)
authorRafaël Carré <funman@videolan.org>
Wed, 23 Nov 2011 03:56:38 +0000 (22:56 -0500)
committerRafaël Carré <funman@videolan.org>
Wed, 23 Nov 2011 03:56:38 +0000 (22:56 -0500)
contrib/src/bghudappkit/rules.mak [new file with mode: 0644]

diff --git a/contrib/src/bghudappkit/rules.mak b/contrib/src/bghudappkit/rules.mak
new file mode 100644 (file)
index 0000000..cfac330
--- /dev/null
@@ -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 $@