Commit 1fd78fc7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib: updated binary package including Growl

parent 9e081837
...@@ -49,7 +49,7 @@ src: using-src ...@@ -49,7 +49,7 @@ src: using-src
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
CONTRIBREV=44 CONTRIBREV=45
contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2: contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2:
$(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@ $(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@
...@@ -99,7 +99,7 @@ package-macosx: ...@@ -99,7 +99,7 @@ package-macosx:
exit 1 ; \ exit 1 ; \
fi fi
mkdir tmp mkdir tmp
(cd $(PREFIX); tar cf - Sparkle BGHUDAppKit bin sbin include lib share/aclocal* share/autoconf* \ (cd $(PREFIX); tar cf - Sparkle Growl BGHUDAppKit bin sbin include lib share/aclocal* share/autoconf* \
share/automake* share/gettext* share/libtool*) | (cd tmp; tar xf -) share/automake* share/gettext* share/libtool*) | (cd tmp; tar xf -)
./change_prefix.sh tmp $(PREFIX) @@CONTRIB_PREFIX@@ ./change_prefix.sh tmp $(PREFIX) @@CONTRIB_PREFIX@@
(cd tmp; tar cf - .) | bzip2 -c > contrib-macosx.tar.bz2 (cd tmp; tar cf - .) | bzip2 -c > contrib-macosx.tar.bz2
......
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