diff options
Diffstat (limited to 'python/python-stomper/python-stomper.SlackBuild')
-rw-r--r-- | python/python-stomper/python-stomper.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/python-stomper/python-stomper.SlackBuild b/python/python-stomper/python-stomper.SlackBuild index 04bcdca8f483f..aeb779cc44a5c 100644 --- a/python/python-stomper/python-stomper.SlackBuild +++ b/python/python-stomper/python-stomper.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh # Slackware build script for python-stomper + # Copyright 2010 David Woodfall <dave@dawoodfall.net> # All rights reserved. # @@ -21,12 +22,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SRCNAM=stomper -PRGNAM=python-$SRCNAM +PRGNAM=python-stomper VERSION=${VERSION:-0.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=stomper + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; |