|
|
@ -54,7 +54,7 @@ if [ -e Adobe/$SDK/libXMPCore.a ]; then ls -alt Adobe/$SDK/libXMPCore.a ; exit 0
|
|
|
|
##
|
|
|
|
##
|
|
|
|
# Download the code from Adobe
|
|
|
|
# Download the code from Adobe
|
|
|
|
if [ ! -e Adobe/$SDK ]; then (
|
|
|
|
if [ ! -e Adobe/$SDK ]; then (
|
|
|
|
mkdir Adobe
|
|
|
|
mkdir -p Adobe
|
|
|
|
cd Adobe
|
|
|
|
cd Adobe
|
|
|
|
if curl -O http://download.macromedia.com/pub/developer/xmp/sdk/$ZIP.zip ; then
|
|
|
|
if curl -O http://download.macromedia.com/pub/developer/xmp/sdk/$ZIP.zip ; then
|
|
|
|
unzip $ZIP.zip
|
|
|
|
unzip $ZIP.zip
|
|
|
|