diff options
Diffstat (limited to 'development/yaml/yaml.SlackBuild')
-rw-r--r-- | development/yaml/yaml.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/yaml/yaml.SlackBuild b/development/yaml/yaml.SlackBuild index cd9d50e0aa..fd459b940c 100644 --- a/development/yaml/yaml.SlackBuild +++ b/development/yaml/yaml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for yaml -# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yaml -VERSION=0.68 -ARCH=${ARCH:-noarch} +VERSION=0.71 +ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,4 +76,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |