|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2009,2010 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2009,2010,2011 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -25,13 +25,13 @@
|
|
|
|
|
# Latest rubberband sourcecode is available at: |
|
|
|
|
# <http://www.breakfastquay.com/rubberband/>. |
|
|
|
|
# |
|
|
|
|
# Depends: l/libsndfile, l/vamp-plugin-sdk, l/liblrdf |
|
|
|
|
# Depends: l/vamp-plugin-sdk, l/liblrdf |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-rubberband} |
|
|
|
|
VERSION=${VERSION:-1.5.0} |
|
|
|
|
VERSION=${VERSION:-1.6.0} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} |
|
|
|
|
WGET=${WGET:-http://code.breakfastquay.com/attachments/download/1/$ARCHIVE} |
|
|
|
|
WGET=${WGET:-http://code.breakfastquay.com/attachments/download/16/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-rubberband} |
|
|
|
|