diff options
author | Samuel Young <samyoung12788@gmail.com> | 2023-04-01 15:59:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-08 09:16:24 +0700 |
commit | af9504a26b041430df209ae6a79f84be43f17850 (patch) | |
tree | 352562df66b7a3825018ccec646c35084b9b1758 /development/mle | |
parent | 5db7a7ff0c27e064a9c5c638b01fd60b797a8e69 (diff) |
development/mle: Updated for version 1.5.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mle')
-rw-r--r-- | development/mle/mle.SlackBuild | 9 | ||||
-rw-r--r-- | development/mle/mle.info | 6 | ||||
-rw-r--r-- | development/mle/slack-desc | 2 |
3 files changed, 6 insertions, 11 deletions
diff --git a/development/mle/mle.SlackBuild b/development/mle/mle.SlackBuild index 06427a5bb926e..46910dfdd4dbf 100644 --- a/development/mle/mle.SlackBuild +++ b/development/mle/mle.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mle -VERSION=${VERSION:-1.4.3} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -49,16 +49,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e @@ -86,8 +82,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - README.md \ - LICENSE \ + README.md LICENSE \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/development/mle/mle.info b/development/mle/mle.info index 0bbd0f71d75fd..5111acf6ba126 100644 --- a/development/mle/mle.info +++ b/development/mle/mle.info @@ -1,8 +1,8 @@ PRGNAM="mle" -VERSION="1.4.3" +VERSION="1.5.0" HOMEPAGE="https://github.com/adsr/mle" -DOWNLOAD="https://github.com/adsr/mle/releases/download/v1.4.3/mle-1.4.3.tar.gz" -MD5SUM="d01f694ca7f0a04882e63b85f7774b3b" +DOWNLOAD="https://github.com/adsr/mle/releases/download/v1.5.0/mle-1.5.0.tar.gz" +MD5SUM="1bd6c88e1ca7e6cf8f19be782a9f343f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/mle/slack-desc b/development/mle/slack-desc index 7b7e6c919b83b..4a1ac54022103 100644 --- a/development/mle/slack-desc +++ b/development/mle/slack-desc @@ -13,7 +13,7 @@ mle: aims to keep its codebase small, minimize build-time and run-time mle: dependencies, be extensible and configurable, favor simplicity over mle: portability, and use shell commands to enhance functionality. mle: -mle: Homepage: https://github.com/adsr/mle mle: mle: +mle: Homepage: https://github.com/adsr/mle mle: |