summaryrefslogtreecommitdiffstats
path: root/audio-drivers/portaudio19/DOWNLOAD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/portaudio19/DOWNLOAD')
-rwxr-xr-xaudio-drivers/portaudio19/DOWNLOAD18
1 files changed, 0 insertions, 18 deletions
diff --git a/audio-drivers/portaudio19/DOWNLOAD b/audio-drivers/portaudio19/DOWNLOAD
deleted file mode 100755
index 39bb73c716..0000000000
--- a/audio-drivers/portaudio19/DOWNLOAD
+++ /dev/null
@@ -1,18 +0,0 @@
-if [[ $PORTAUDIO19_VERSION == svn ]] ; then
-if [ -f $SOURCE_CACHE/$SOURCE ] ; then
- rm $SOURCE_CACHE/$SOURCE
-fi
-
-message "${MESSAGE_COLOR}Starting SVN checkout of ${FILE_COLOR}${SOURCE}${MESSAGE_COLOR}...${DEFAULT_COLOR}"
-
-svn co https://www.portaudio.com/repos/portaudio/branches/v19-devel . &&
-mv v19-devel $SPELL-$VERSION &&
-
-tar -jcf $SOURCE $SPELL-$VERSION &&
-
-mv $SOURCE $SOURCE_CACHE/$SOURCE &&
-
-message "${MESSAGE_COLOR}SVN Checkout complete...${DEFAULT_COLOR}"
-else
-default_download
-fi