repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use cmake detection of 10.4 mac SDK to compile HID_Utilities_10_4 (resuscitated older...
[supercollider.git]
/
build_tarball.sh
blob
d16167e143a6983a309914dab5dc4bf05c46b85a
1
#!/bin/bash
2
3
VERSION
=
"
$1
"
4
TARBALL
=
$VERSION
.
tar
5
6
bash .
/
git-archive-all.sh
--prefix
$VERSION
/
$TARBALL
7
8
# we only need one instance of boost
9
tar
-f
$TARBALL
--delete
$VERSION
/
external_libraries
/
nova-tt
/
boost_lockfree
/
10
11
bzip2
-k --best
$TARBALL
&
12
13
wait
14
rm
$TARBALL