diff options
-rw-r--r-- | development/uncrustify/slack-desc | 2 | ||||
-rw-r--r-- | development/uncrustify/uncrustify.SlackBuild | 12 | ||||
-rw-r--r-- | development/uncrustify/uncrustify.info | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/development/uncrustify/slack-desc b/development/uncrustify/slack-desc index 92487cdf24f6..77484614bf40 100644 --- a/development/uncrustify/slack-desc +++ b/development/uncrustify/slack-desc @@ -13,7 +13,7 @@ uncrustify: indents (with spaces only, tabs and spaces, and tabs uncrustify: only),, adds and removes newlines, has a high degree of uncrustify: control over operator spacing, aligns code, is extremely uncrustify: configurable, and is easy to modify. -uncrustify: +uncrustify: uncrustify: Uncrustify home page is http://uncrustify.sourceforge.net/ uncrustify: uncrustify: diff --git a/development/uncrustify/uncrustify.SlackBuild b/development/uncrustify/uncrustify.SlackBuild index 7b030ee0a61a..9df803573e11 100644 --- a/development/uncrustify/uncrustify.SlackBuild +++ b/development/uncrustify/uncrustify.SlackBuild @@ -5,13 +5,13 @@ # Written by Aleksandar Samardzic <asamardzic@gmail.com> PRGNAM=uncrustify -VERSION=${VERSION:-0.61} +VERSION=${VERSION:-0.63} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -22,12 +22,14 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" +else + SLKCFLAGS="-O2" fi set -e @@ -64,7 +66,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING INSTALL NEWS README ChangeLog documentation \ +cp -a AUTHORS COPYING INSTALL NEWS ChangeLog documentation \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/development/uncrustify/uncrustify.info b/development/uncrustify/uncrustify.info index dfc83d269aa7..f627fd46f67f 100644 --- a/development/uncrustify/uncrustify.info +++ b/development/uncrustify/uncrustify.info @@ -1,8 +1,8 @@ PRGNAM="uncrustify" -VERSION="0.61" +VERSION="0.63" HOMEPAGE="http://uncrustify.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/uncrustify/uncrustify-0.61.tar.gz" -MD5SUM="b6140106e74c64e831d0b1c4b6cf7727" +DOWNLOAD="https://sourceforge.net/projects/uncrustify/files/uncrustify/uncrustify-0.63/uncrustify-0.63.tar.gz" +MD5SUM="791ffa57ac6a301d16463c1a97c77c0c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |